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) 228 B
/** A Slot VII affix shortcut. */ export type AffixShortcut = "NEG/4" | "DCD/4" | "DCD/5"; /** An array containing all Slot VII affix shortcuts. */ export declare const ALL_AFFIX_SHORTCUTS: readonly ["NEG/4", "DCD/4", "DCD/5"];