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

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