expose isPastTense
This commit is contained in:
parent
e68e143e95
commit
403f84810f
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@lingdocs/pashto-inflector",
|
"name": "@lingdocs/pashto-inflector",
|
||||||
"version": "3.1.7",
|
"version": "3.1.8",
|
||||||
"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",
|
||||||
|
|
|
@ -31,6 +31,7 @@ import VPExplorer from "./components/vp-explorer/VPExplorer";
|
||||||
import { vpsReducer } from "./components/vp-explorer/vps-reducer";
|
import { vpsReducer } from "./components/vp-explorer/vps-reducer";
|
||||||
import type { VpsReducerAction as VpsA } from "./components/vp-explorer/vps-reducer";
|
import type { VpsReducerAction as VpsA } from "./components/vp-explorer/vps-reducer";
|
||||||
import useStickyState from "./lib/useStickyState";
|
import useStickyState from "./lib/useStickyState";
|
||||||
|
import { isPastTense } from "./lib/phrase-building/vp-tools";
|
||||||
import Block, { NPBlock, APBlock } from "./components/blocks/Block";
|
import Block, { NPBlock, APBlock } from "./components/blocks/Block";
|
||||||
import { roleIcon } from "./components/vp-explorer/VPExplorerExplanationModal";
|
import { roleIcon } from "./components/vp-explorer/VPExplorerExplanationModal";
|
||||||
import {
|
import {
|
||||||
|
@ -227,6 +228,7 @@ export {
|
||||||
isFirstPerson,
|
isFirstPerson,
|
||||||
isSecondPerson,
|
isSecondPerson,
|
||||||
isThirdPerson,
|
isThirdPerson,
|
||||||
|
isPastTense,
|
||||||
psJSXMap,
|
psJSXMap,
|
||||||
renderNPSelection,
|
renderNPSelection,
|
||||||
getEnglishFromRendered,
|
getEnglishFromRendered,
|
||||||
|
|
Loading…
Reference in New Issue