bindObjectFnsToInstance
Function: bindObjectFnsToInstance()
Section titled “Function: 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.
Parameters
Section titled “Parameters”instance
Section titled “instance”TestInstance
object
Section titled “object”Record<string, (…props) => unknown>
Returns
Section titled “Returns”Record<string, (…props) => unknown>
