@arcmantle/library
    Preparing search index...

    Function unbind

    • Unbinds a function from a specific caller object, removing the cached bound function.

      Type Parameters

      • Func extends Fn

      Parameters

      • fn: Func

        The function to unbind.

      • caller: object

        The object to unbind the function from.

      Returns void | Func

      The unbound function or undefined if it was not found.