@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.
13 lines (12 loc) • 491 B
TypeScript
import { type Affix } from "../../affix/index.js";
import { WithWYAlternative } from "../../helpers/with-wy-alternative.js";
/** Information directly pertaining to Slot VII. */
export type SlotVII = readonly Affix[];
/**
* Converts Slot VII into Ithkuil.
*
* @param slot The Slot VII affixes of the formative.
* @returns A `WithWYAlternative` containing romanized Ithkuilic text
* representing Slot VII.
*/
export declare function slotVIIToIthkuil(slot: SlotVII): WithWYAlternative;