more
This commit is contained in:
parent
0ce52411ad
commit
fcefb9e5dc
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "2.5.3",
|
"version": "2.5.4",
|
||||||
"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",
|
||||||
|
|
|
@ -63,6 +63,10 @@ import {
|
||||||
isInvalidSubjObjCombo,
|
isInvalidSubjObjCombo,
|
||||||
randomSubjObj,
|
randomSubjObj,
|
||||||
} from "./lib/np-tools";
|
} from "./lib/np-tools";
|
||||||
|
import {
|
||||||
|
getEnglishFromRendered,
|
||||||
|
getPashtoFromRendered,
|
||||||
|
} from "./lib/phrase-building/np-tools"; // TODO should be one np-tools file?
|
||||||
import {
|
import {
|
||||||
convertSpelling,
|
convertSpelling,
|
||||||
revertSpelling,
|
revertSpelling,
|
||||||
|
@ -213,6 +217,8 @@ export {
|
||||||
isThirdPerson,
|
isThirdPerson,
|
||||||
psJSXMap,
|
psJSXMap,
|
||||||
renderNPSelection,
|
renderNPSelection,
|
||||||
|
getEnglishFromRendered,
|
||||||
|
getPashtoFromRendered,
|
||||||
// protobuf helpers
|
// protobuf helpers
|
||||||
readDictionary,
|
readDictionary,
|
||||||
writeDictionary,
|
writeDictionary,
|
||||||
|
|
Loading…
Reference in New Issue