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

View File

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