expose personIsPlural
This commit is contained in:
parent
0594185d8c
commit
873575bafb
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "1.0.9",
|
||||
"version": "1.1.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",
|
||||
|
|
|
@ -73,6 +73,7 @@ import {
|
|||
getPersonNumber,
|
||||
personFromVerbBlockPos,
|
||||
getVerbBlockPosFromPerson,
|
||||
personIsPlural,
|
||||
} from "./lib/misc-helpers";
|
||||
import {
|
||||
simplifyPhonetics,
|
||||
|
@ -124,6 +125,7 @@ export {
|
|||
hasAccents,
|
||||
getEnglishWord,
|
||||
getVerbBlockPosFromPerson,
|
||||
personIsPlural,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue