expose personGender
This commit is contained in:
parent
873575bafb
commit
a5e2e7ff5d
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue