@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) • 372 B
TypeScript
import { type Affix } from "../generate/index.js";
import { GlossString } from "./glossable.js";
/**
* Glosses an affix.
*
* @param affix The affix to be glossed.
* @param isTypeless If true, omits a type (1/2/3) on the output.
* @returns A `GlossString` representing the affix.
*/
export declare function glossAffix(affix: Affix, isTypeless: boolean): GlossString;