@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.
11 lines (10 loc) • 306 B
TypeScript
/**
* A regular expression matching single-affix affixual adjuncts. A group marked
* as **required** will always be present, while those marked **optional** may
* not be present.
*
* 1. Vx (required)
* 2. Cs (required)
* 3. Vs (optional)
*/
export declare const singleAffixAffixualAdjunct: RegExp;