• Creates a function that invokes iteratees with the arguments provided to the created function and returns their results.

    Type Parameters

    • TResult

    Parameters

    • Rest ...iteratees: Many<((...args) => TResult)>[]

      The iteratees to invoke.

    Returns ((...args) => TResult[])

    Returns the new function.

      • (...args): TResult[]
      • Creates a function that invokes iteratees with the arguments provided to the created function and returns their results.

        Parameters

        • Rest ...args: any[]

        Returns TResult[]

        Returns the new function.

Generated using TypeDoc