expose hasBaParticle

This commit is contained in:
lingdocs 2022-03-19 01:32:01 +04:00
parent 5d9921521b
commit 3db01c4a99
2 changed files with 3 additions and 1 deletions

View File

@ -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",

View File

@ -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,