Function callable

  • Makes an object callable.

    Returns a resulting object such that when the object is called, the provided function is invoked. The rest of the resulting object is proxied to the original object provided.

    Parameters

    • obj: any
    • call: any

    Returns any

Generated using TypeDoc