expose render NP
This commit is contained in:
parent
c761878cd1
commit
0ce52411ad
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "2.5.2",
|
||||
"version": "2.5.3",
|
||||
"author": "lingdocs.com",
|
||||
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
|
||||
"homepage": "https://verbs.lingdocs.com",
|
||||
|
|
|
@ -132,6 +132,9 @@ import {
|
|||
import {
|
||||
renderVP,
|
||||
} from "./lib/phrase-building/render-vp";
|
||||
import {
|
||||
renderNPSelection,
|
||||
} from "./lib/phrase-building/render-np";
|
||||
import {
|
||||
compileEP,
|
||||
compileVP,
|
||||
|
@ -209,6 +212,7 @@ export {
|
|||
isSecondPerson,
|
||||
isThirdPerson,
|
||||
psJSXMap,
|
||||
renderNPSelection,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue