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.

5 lines (4 loc) 261 B
import type { AffixEntry } from "./affixes.js"; export declare const affixesMap: Map<string, AffixEntry>; export declare function getIntegerCs(affix: number | bigint): string | undefined; export declare function getIntegerAffixEntry(affix: bigint): AffixEntry;