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.

9 lines (8 loc) 241 B
/** * A regular expression matching register adjuncts. A group marked as * **required** will always be present, while those marked **optional** may not * be present. * * 1. V (required) */ export declare const registerAdjunct: RegExp;