mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 18:37:50 +00:00
Remove references to _.
This commit is contained in:
5
over.js
5
over.js
@@ -6,15 +6,14 @@ import createOver from './_createOver.js';
|
||||
* and returns their results.
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
* @since 4.0.0
|
||||
* @category Util
|
||||
* @param {...(Function|Function[])} [iteratees=[_.identity]]
|
||||
* @param {...(Function|Function[])} [iteratees=[identity]]
|
||||
* The iteratees to invoke.
|
||||
* @returns {Function} Returns the new function.
|
||||
* @example
|
||||
*
|
||||
* var func = _.over([Math.max, Math.min]);
|
||||
* var func = over([Math.max, Math.min]);
|
||||
*
|
||||
* func(1, 2, 3, 4);
|
||||
* // => [4, 1]
|
||||
|
||||
Reference in New Issue
Block a user