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) 168 B
/** * Shows text in a small window at the top-left of the screen. * * @param data The text to be shown. */ export declare function debug(...data: unknown[]): void;