From 02d20e8c00e6169bc010aa48146eb2f1d0182345 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 20 Mar 2022 17:45:47 +0500 Subject: [PATCH] expose psRemove --- package.json | 2 +- src/library.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index fa94985..6dc1de1 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/library.ts b/src/library.ts index 2a256d9..bb568e4 100644 --- a/src/library.ts +++ b/src/library.ts @@ -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,