psxJSX map
This commit is contained in:
parent
3472287157
commit
3255b15961
|
@ -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",
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue