UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

3 lines (2 loc) 134 B
/** Helper type to represent any class. (This is the same type as any class constructor.) */ export type AnyClass = new () => object;