isaac-lua-definitions/isaac-typescript-definitions/typings/main.d.ts

12 lines
253 B
TypeScript
Raw Normal View History

2021-11-03 05:34:38 +01:00
// Functions and constants from the "resources/scripts/main.lua" file
export {};
/** @noSelf */
declare global {
function RegisterMod(modName: string, APIVersion: int): Mod;
function StartDebug(): void;
const REPENTANCE: boolean | undefined;
}