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