expose personGender

This commit is contained in:
lingdocs 2021-10-05 21:13:47 -04:00
parent 873575bafb
commit a5e2e7ff5d
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "1.1.0",
"version": "1.1.1",
"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

@ -74,6 +74,7 @@ import {
personFromVerbBlockPos,
getVerbBlockPosFromPerson,
personIsPlural,
personGender,
} from "./lib/misc-helpers";
import {
simplifyPhonetics,
@ -126,6 +127,7 @@ export {
getEnglishWord,
getVerbBlockPosFromPerson,
personIsPlural,
personGender,
// protobuf helpers
readDictionary,
writeDictionary,