Skip to content

Type Alias: AnyContextualCallable<T>

ts
type AnyContextualCallable<T> = (this: T, ...args: AnyArgs) => any;

Any callable with a bound this context.

Type Parameters

Type ParameterDefault type
Tunknown

Parameters

ParameterType
thisT
...argsAnyArgs

Returns

any