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.

13 lines (12 loc) 514 B
export * from "./combination.js"; export * from "./referent-list.js"; export * from "./single-or-dual.js"; /** * Parses a referential. * * @param text The referential to be parsed. * @returns The parsed referential, or `undefined` if the referential failed to * tokenize. Throws an error if the referential successfully tokenized but had * another error (e.g. invalid Vc slot). */ export declare function parseReferential(text: string): import("../../generate/index.js").PartialReferential | undefined;