Binds a function's this value to itself.
this
This is useful for creating callable objects where this refers to the callable object itself.
Generated using TypeDoc
Binds a function's
this
value to itself.This is useful for creating callable objects where
this
refers to the callable object itself.