_.over([iteratees=[_.identity]])
Creates a function that invokes iteratees with the arguments it receives and returns their results.
Arguments
[iteratees=[_.identity]] (...(Function|Function[]))
: The iteratees to invoke.
Returns
(Function)
: Returns the new function.
Example
Deep
Last updated on March 1, 2024