• Automatically bind all methods of an object to the object itself

    Example

    class Foo {
    constructor () {
    autoBind(this)
    }
    } // class

    Parameters

    • obj: object

      The object to bind methods to

    Returns void

Generated using TypeDoc