@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) • 301 B
TypeScript
import { type Adjunct } from "../generate/index.js";
import { GlossString } from "./glossable.js";
/**
* Glosses an adjunct.
*
* @param adjunct The adjunct to be glossed.
* @returns A `GlossString` representing the adjunct.
*/
export declare function glossAdjunct(adjunct: Adjunct): GlossString;