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

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