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

@ -37,6 +37,7 @@ import {
isInflectionSet, isInflectionSet,
addEnglish, addEnglish,
endsWith, endsWith,
hasBaParticle,
} from "./lib/p-text-helpers"; } from "./lib/p-text-helpers";
import { import {
getEnglishWord, getEnglishWord,
@ -139,6 +140,7 @@ export {
endsWith, endsWith,
splitUpSyllables, splitUpSyllables,
countSyllables, countSyllables,
hasBaParticle,
// protobuf helpers // protobuf helpers
readDictionary, readDictionary,
writeDictionary, writeDictionary,