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