UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 444 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFireBoolean } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostGameEndFilter extends CustomCallback<ModCallbackCustom.POST_GAME_END_FILTER> { constructor(); protected shouldFire: typeof shouldFireBoolean; private readonly postGameEnd; } //# sourceMappingURL=PostGameEndFilter.d.ts.map