Bind this-object, and optional prefix arguments to a function. 📘
a function
this object to bind
Rest
prefix arguments
(...args) => this.x(...prefix, ...args)
Generated using TypeDoc
Bind this-object, and optional prefix arguments to a function. 📘