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.

15 lines (14 loc) 546 B
/** * A regular expression matching combination referentials with these capturing * groups. A group marked as **required** will always be present, while those * marked **optional** may not be present. * * 1. Suppletive Adjunct type (optional, present if slot 2 is not present) * 2. Primary referent(s) (does not include ë, optional, present if slot 1 is not * present) * 3. Vc (required) * 4. Specification (x/xt/xp/xx, required) * 5. VxCs... (optional) * 6. Vc2 (optional) */ export declare const combinationReferential: RegExp;