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", "name": "@lingdocs/pashto-inflector",
"version": "2.5.2", "version": "2.5.3",
"author": "lingdocs.com", "author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations", "description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com", "homepage": "https://verbs.lingdocs.com",

View File

@ -132,6 +132,9 @@ import {
import { import {
renderVP, renderVP,
} from "./lib/phrase-building/render-vp"; } from "./lib/phrase-building/render-vp";
import {
renderNPSelection,
} from "./lib/phrase-building/render-np";
import { import {
compileEP, compileEP,
compileVP, compileVP,
@ -209,6 +212,7 @@ export {
isSecondPerson, isSecondPerson,
isThirdPerson, isThirdPerson,
psJSXMap, psJSXMap,
renderNPSelection,
// protobuf helpers // protobuf helpers
readDictionary, readDictionary,
writeDictionary, writeDictionary,