From 873575bafb807921ff182f9e65a112b6ab9bab12 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 5 Oct 2021 20:52:54 -0400 Subject: [PATCH] expose personIsPlural --- package.json | 2 +- src/library.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 789cdd0..5f3838f 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/library.ts b/src/library.ts index 81749dd..9c4d8f4 100644 --- a/src/library.ts +++ b/src/library.ts @@ -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,