Skip to content

AnyFunction

AnyFunction = (…args) => unknown

Defined in: packages/isaacscript-common/src/types/AnyFunction.ts:5

Helper type to represent any function. This is safer than using the built-in Function type, as it does not completely turn off all type safety.

…readonly unknown[]

unknown