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.

11 lines (10 loc) 353 B
import { type CN } from "../generate/index.js"; import { GlossString } from "./glossable.js"; /** * Glosses a Cn form. * * @param cn The Cn form to be glossed. * @param elidable Whether FAC/CCN Cn forms can be elided. * @returns A `GlossString` representing the Cn form. */ export declare function glossCn(cn: CN, elidable: boolean): GlossString;