@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) • 502 B
TypeScript
/**
* A regular expression matching modulas adjuncts. A group marked as
* **required** will always be present, while those marked **optional** may not
* be present.
*
* 1. W/y (optional)
* 2. Vn (optional, but present if slots 3, 4, or 5 are present)
* 3. Cn (optional, but present if slots 2, 4, or 5 are present)
* 4. Vn (optional, but present if slot 5 is present)
* 5. Cm (optional, but present if slot 4 is present)
* 6. Vn/Vh (required)
*/
export declare const modularAdjunct: RegExp;