expose hasBaParticle
This commit is contained in:
parent
5d9921521b
commit
3db01c4a99
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue