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

@ -38,6 +38,7 @@ import {
addEnglish, addEnglish,
endsWith, endsWith,
hasBaParticle, hasBaParticle,
psRemove,
} from "./lib/p-text-helpers"; } from "./lib/p-text-helpers";
import { import {
getEnglishWord, getEnglishWord,
@ -141,6 +142,7 @@ export {
splitUpSyllables, splitUpSyllables,
countSyllables, countSyllables,
hasBaParticle, hasBaParticle,
psRemove,
// protobuf helpers // protobuf helpers
readDictionary, readDictionary,
writeDictionary, writeDictionary,