@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.
14 lines (13 loc) • 535 B
TypeScript
/**
* A regular expression matching single or dual 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) (may include ë, optional, present if slot 1 is not
* present)
* 3. Vc1 (required)
* 4. Vc2 (optional)
* 5. Second referent(s) (does not include ë, optional)
*/
export declare const singleOrDualReferential: RegExp;