From d75a3d1cd0a0557b7cb5f515c166877f17bcccbe Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Thu, 2 Sep 2021 16:37:45 +0400 Subject: [PATCH] expose removeAccents --- package.json | 2 +- src/library.ts | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index e08b93d..4a4cccb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lingdocs/pashto-inflector", - "version": "0.9.3", + "version": "0.9.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 e7e2beb..d723f3a 100644 --- a/src/library.ts +++ b/src/library.ts @@ -73,6 +73,9 @@ import { import { addDiacritics, } from "./lib/diacritics"; +import { + removeAccents, +} from "./lib/accent-helpers"; import defaultTextOptions from "./lib/default-text-options"; import * as grammarUnits from "./lib/grammar-units"; import * as Types from "./types"; @@ -102,6 +105,7 @@ export { isImperativeBlock, isInflectionSet, personFromVerbBlockPos, + removeAccents, // protobuf helpers readDictionary, writeDictionary,