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) 153 B
/** The stem of a formative. */ export type Stem = 1 | 2 | 3 | 0; /** An array containing all stems. */ export declare const ALL_STEMS: readonly Stem[];