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.

8 lines (7 loc) 201 B
/** * Attempts to geminate a Ca form. * * @param text The Ca form to be geminated. * @returns The (possibly) geminated Ca form. */ export declare function attemptGemination(text: string): string;