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.

10 lines (9 loc) 266 B
/** * A regular expression matching suppletive adjuncts. A group marked as * **required** will always be present, while those marked **optional** may not * be present. * * 1. Cp (required) * 2. Vc (required) */ export declare const suppletiveAdjunct: RegExp;