expose psRemove

This commit is contained in:
lingdocs 2022-03-20 17:45:47 +05:00
parent 3db01c4a99
commit 02d20e8c00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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