Rest ...iteratees: Many<((...args) => TResult)>[]The iteratees to invoke.
Returns the new function.
Creates a function that invokes iteratees with the arguments provided to the created function and returns their results.
Rest ...args: any[]Returns the new function.
Generated using TypeDoc
Creates a function that invokes iteratees with the arguments provided to the created function and returns their results.