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