expose render NP

This commit is contained in:
lingdocs 2022-05-14 16:28:25 -05:00
parent c761878cd1
commit 0ce52411ad
2 changed files with 5 additions and 1 deletions

View File

@ -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",

View File

@ -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,