mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 16:47:49 +00:00
Cleanup tag order.
This commit is contained in:
@@ -13,7 +13,7 @@ const INFINITY = 1 / 0;
|
||||
* @param {Array|Object} collection The collection to iterate over.
|
||||
* @param {Function} iteratee The function invoked per iteration.
|
||||
* @returns {Array} Returns the new flattened array.
|
||||
* @see map, mapKeys, mapValues, flatMap, flatMapDepth, flatten, flattenDeep, flattenDepth
|
||||
* @see flatMap, flatMapDepth, flatten, flattenDeep, flattenDepth, map, mapKeys, mapValues
|
||||
* @example
|
||||
*
|
||||
* function duplicate(n) {
|
||||
|
||||
Reference in New Issue
Block a user