UNPKG

@zsnout/ithkuil

Version:

A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.

10 lines (9 loc) 402 B
import { type IllocutionOrValidation } from "../../generate/formative/slot-9/illocution-and-validation.js"; import type { VowelForm } from "../vowel-form.js"; /** * Parses a Vk form into an illocution or validation. * * @param vk The Vk form to be parsed. * @returns The parsed illocution or validation. */ export declare function parseIllocutionValidation(vk: VowelForm): IllocutionOrValidation;