Appearance
type AnyCallable = (this: void, ...args: AnyArgs) => any;
Any callable without a this context.
this
void
args
AnyArgs
any