expose getPassiveRootsAndStems
This commit is contained in:
parent
31d05cc84b
commit
583c5a81c8
|
@ -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",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue