expose getPassiveRootsAndStems

This commit is contained in:
lingdocs 2022-07-26 13:02:24 -05:00
parent 31d05cc84b
commit 583c5a81c8
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@lingdocs/pashto-inflector",
"version": "3.5.3",
"version": "3.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

@ -14,6 +14,7 @@ import {
} from "./lib/pashto-inflector";
import {
getVerbInfo,
getPassiveRootsAndStems,
} from "./lib/verb-info";
import InflectionsTable from "./components/InflectionsTable";
import Pashto from "./components/Pashto";
@ -171,6 +172,7 @@ export {
// FUNCTIONS
conjugateVerb,
getVerbInfo,
getPassiveRootsAndStems,
inflectWord,
addToForm,
concatPsString,