Skip to content

tyneq


tyneq / BoundMethod

Type Alias: BoundMethod()<TThis, TReturn>

BoundMethod<TThis, TReturn> = (this, ...args) => TReturn

Defined in: src/types/utility.ts:45

A method callable on a specific this context, returning TReturn.

Type Parameters

Type ParameterDefault type
TThisunknown
TReturnunknown

Parameters

ParameterType
thisTThis
...argsany[]

Returns

TReturn