Automatically bind all methods of an object to the object itself
class Foo { constructor () { autoBind(this) }} // class
The object to bind methods to
Generated using TypeDoc
Automatically bind all methods of an object to the object itself
Example