Skip to content

bindMethods

bindMethods(instance, …methodNames): void

Defined in: utils/bind.ts:10

Binds the provided methods to the provided instance.

unknown

The instance to which the methods should be bound.

string[]

The names of the methods to bind.

void