Contextify a function by accepting the first parameter as this-object. 📘
a function
(...args) => x(this, ...args)
Generated using TypeDoc
Contextify a function by accepting the first parameter as this-object. 📘