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) 205 B
/** A concatenation type. */ export type ConcatenationType = "none" | 1 | 2; /** An array containing all concatenation types. */ export declare const ALL_CONCATENATION_TYPES: readonly ConcatenationType[];