• Automatically bind all methods of the given object to the object itself.

    Parameters

    • obj: {
          [k: string]: any;
      }

      The object whose method must be bound.

      • [k: string]: any

    Returns void

Generated using TypeDoc