mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 00:57:48 +00:00
Cleanup tag order.
This commit is contained in:
@@ -12,7 +12,7 @@ import toInteger from './toInteger.js';
|
||||
* @param {Function} iteratee The function invoked per iteration.
|
||||
* @param {number} [depth=1] The maximum recursion depth.
|
||||
* @returns {Array} Returns the new flattened array.
|
||||
* @see map, mapKeys, mapValues, flatMap, flatMapDeep, flatten, flattenDeep, flattenDepth
|
||||
* @see flatMap, flatMapDeep, flatten, flattenDeep, flattenDepth, map, mapKeys, mapValues
|
||||
* @example
|
||||
*
|
||||
* function duplicate(n) {
|
||||
|
||||
Reference in New Issue
Block a user