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) 330 B
import { type PartialFormative } from "../generate/index.js"; import { GlossString } from "./glossable.js"; /** * Glosses a formative. * * @param formative The formative to be glossed. * @returns A `GlossString` representing the formative. */ export declare function glossFormative(formative: PartialFormative): GlossString;