@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) • 353 B
TypeScript
import type { VowelForm } from "../vowel-form.js";
/**
* Parses a case from a `VowelForm`.
*
* @param vc The `VowelForm` to be parsed.
* @param isCaseOver36 Whether the case is over 36.
* @returns The parsed case.
*/
export declare function parseCase(vc: VowelForm, isCaseOver36?: boolean): import("../../generate/formative/slot-9/case.js").Case;