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) 161 B
/** An affix type. */ export type AffixType = 1 | 2 | 3; /** An array containing all affix types. */ export declare const ALL_AFFIX_TYPES: readonly AffixType[];