expose psRemove
This commit is contained in:
parent
3db01c4a99
commit
02d20e8c00
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@lingdocs/pashto-inflector",
|
||||
"version": "1.5.3",
|
||||
"version": "1.5.4",
|
||||
"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",
|
||||
|
|
|
@ -38,6 +38,7 @@ import {
|
|||
addEnglish,
|
||||
endsWith,
|
||||
hasBaParticle,
|
||||
psRemove,
|
||||
} from "./lib/p-text-helpers";
|
||||
import {
|
||||
getEnglishWord,
|
||||
|
@ -141,6 +142,7 @@ export {
|
|||
splitUpSyllables,
|
||||
countSyllables,
|
||||
hasBaParticle,
|
||||
psRemove,
|
||||
// protobuf helpers
|
||||
readDictionary,
|
||||
writeDictionary,
|
||||
|
|
Loading…
Reference in New Issue