Function named_function

  • Creates a function that is dynamically named at run-time.

    Parameters

    • name: any
    • func: any

    Returns ((...args) => any)

      • (...args): any
      • Parameters

        • Rest ...args: any[]

        Returns any

Generated using TypeDoc