more exposure
This commit is contained in:
parent
9329692de1
commit
28ce6fd214
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "0.7.3",
|
"version": "0.7.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",
|
||||||
|
|
|
@ -57,6 +57,9 @@ import {
|
||||||
} from "./lib/pashto-consonants";
|
} from "./lib/pashto-consonants";
|
||||||
import {
|
import {
|
||||||
isNounAdjOrVerb,
|
isNounAdjOrVerb,
|
||||||
|
getEnglishPersonInfo,
|
||||||
|
getPersonFromVerbForm,
|
||||||
|
getPersonNumber,
|
||||||
} from "./lib/misc-helpers";
|
} from "./lib/misc-helpers";
|
||||||
import {
|
import {
|
||||||
simplifyPhonetics,
|
simplifyPhonetics,
|
||||||
|
@ -90,6 +93,9 @@ export {
|
||||||
addDiacritics,
|
addDiacritics,
|
||||||
translatePhonetics,
|
translatePhonetics,
|
||||||
searchConjugation,
|
searchConjugation,
|
||||||
|
getEnglishPersonInfo,
|
||||||
|
getPersonFromVerbForm,
|
||||||
|
getPersonNumber,
|
||||||
// protobuf helpers
|
// protobuf helpers
|
||||||
readDictionary,
|
readDictionary,
|
||||||
writeDictionary,
|
writeDictionary,
|
||||||
|
|
Loading…
Reference in New Issue