@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) • 441 B
TypeScript
/**
* A regular expression matching non-shortcut formatives with these capturing
* groups. A group marked as **required** will always be present, while those
* marked **optional** may not be present.
*
* 1. Cc (optional)
* 2. Vv (optional, but present if Cc is present)
* 3. Cr (required)
* 4. Vr (required)
* 5. Cn (required)
* 6. VxCs... (optional)
* 7. Vc/Vf/Vk (optional)
*/
export declare const cnShortcutFormative: RegExp;