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