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) 193 B
/** An affix degree. */ export type AffixDegree = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0; /** An array containing all affixes. */ export declare const ALL_AFFIX_DEGREES: readonly AffixDegree[];