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.

16 lines (15 loc) 513 B
/** * 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 (required) * 2. Vv (required) * 3. Cr (required) * 4. VxCs...' (slot V, optional) * 5. VxCs... (slot VII, optional) * 6. Vn (optional, but present if Cn is present) * 7. Cn (optional, but present if Vn is present) * 8. Vc/Vf/Vk (optional) */ export declare const shortcutFormative: RegExp;