Appearance
type AnyContextualCallable<T> = (this: T, ...args: AnyArgs) => any;
Any callable with a bound this context.
this
T
unknown
args
AnyArgs
any