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