UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines 172 B
/** Helper type to represent any class. (This is the same type as any class constructor.) */ export type AnyClass = new () => object; //# sourceMappingURL=AnyClass.d.ts.map