mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Add related function for each module. [closes #2932]
This commit is contained in:
committed by
John-David Dalton
parent
b856263af6
commit
401016d260
@@ -21,6 +21,7 @@ import isTypedArray from './isTypedArray.js';
|
||||
* @param {Function} iteratee The function invoked per iteration.
|
||||
* @param {*} [accumulator] The custom accumulator value.
|
||||
* @returns {*} Returns the accumulated value.
|
||||
* @see reduce, reduceRight
|
||||
* @example
|
||||
*
|
||||
* transform([2, 3, 4], (result, n) => {
|
||||
|
||||
Reference in New Issue
Block a user