expose personIsPlural

This commit is contained in:
lingdocs 2021-10-05 20:52:54 -04:00
parent 0594185d8c
commit 873575bafb
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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,