Skip to content

bindObjectFnsToInstance

function bindObjectFnsToInstance(instance, object): Record<string, (...props) => unknown>;

Defined in: helpers.ts:76

This is used to bind a series of functions where instance is the first argument to an instance, removing the implicit first argument.

TestInstance

Record<string, (…props) => unknown>

Record<string, (…props) => unknown>