@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) • 363 B
TypeScript
import { type PartialCA } from "../generate/index.js";
import { GlossString } from "./glossable.js";
/**
* Glosses an Ca form.
*
* @param ca The Ca form to be glossed.
* @param isAffix Whether this is a Ca-stacking affix.
* @returns A `GlossString` representing the Ca form.
*/
export declare function glossCa(ca: PartialCA, isAffix: boolean): GlossString;