Invoke a function with specified this-object, and arguments provided individually. 📘
a function
Optional
this object to invoke with
Rest
arguments
this.x(...args)
Generated using TypeDoc
Invoke a function with specified this-object, and arguments provided individually. 📘