Function callable

  • Parameters

    • obj: any
    • call: any

    Returns any

    Stability

    3 - stable 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.

Generated using TypeDoc