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.

7 lines (6 loc) 274 B
/** * A regular expression matching parsing adjuncts. Due to the simple structure * of parsing adjuncts, these do not have any capture groups. Instead, use the * entire result (`match[0]`) to get the relevant information. */ export declare const parsingAdjunct: RegExp;