UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

6 lines 243 B
/** * The set of vanilla console commands, as documented here: * https://bindingofisaacrebirth.fandom.com/wiki/Debug_Console */ export declare const CONSOLE_COMMANDS_SET: ReadonlySet<string>; //# sourceMappingURL=consoleCommandsSet.d.ts.map