From 3db01c4a991939bb7607fcdbe90d92036f4c34e0 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sat, 19 Mar 2022 01:32:01 +0400 Subject: [PATCH] expose hasBaParticle --- package.json | 2 +- src/library.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 941623f..fa94985 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "1.5.2", + "version": "1.5.3", "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 0c227e2..2a256d9 100644 --- a/src/library.ts +++ b/src/library.ts @@ -37,6 +37,7 @@ import { isInflectionSet, addEnglish, endsWith, + hasBaParticle, } from "./lib/p-text-helpers"; import { getEnglishWord, @@ -139,6 +140,7 @@ export { endsWith, splitUpSyllables, countSyllables, + hasBaParticle, // protobuf helpers readDictionary, writeDictionary,