psxJSX map

This commit is contained in:
lingdocs 2022-05-09 11:02:19 -05:00
parent 3472287157
commit 3255b15961
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "2.4.9",
"version": "2.5.0",
"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

@ -76,6 +76,9 @@ import {
validateEntry,
standardizeEntry,
} from "./lib/validate-entry";
import {
psJSXMap,
} from "./lib/jsx-map";
import {
readDictionary,
writeDictionary,
@ -205,6 +208,7 @@ export {
isFirstPerson,
isSecondPerson,
isThirdPerson,
psJSXMap,
// protobuf helpers
readDictionary,
writeDictionary,