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) 265 B
/** * A regular expression matching bias adjuncts. Due to the simple structure of * bias adjuncts, these do not have any capture groups. Instead, use the entire * result (`match[0]`) to get the relevant information. */ export declare const biasAdjunct: RegExp;