mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-09 02:17:50 +00:00
Update _.unzipWith and _.zipWith iteratee docs. [ci skip]
This commit is contained in:
10
lodash.js
10
lodash.js
@@ -6734,9 +6734,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is like `_.unzip` except that it accepts `iteratee` to specify
|
* This method is like `_.unzip` except that it accepts `iteratee` to specify
|
||||||
* how regrouped values should be combined. The iteratee is invoked with four
|
* how regrouped values should be combined. The iteratee is invoked with the
|
||||||
* arguments: (accumulator, value, index, group). The first element of each
|
* elements of each group: (...group).
|
||||||
* group is used as the initial `accumulator` value.
|
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
@@ -6906,9 +6905,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* This method is like `_.zip` except that it accepts `iteratee` to specify
|
* This method is like `_.zip` except that it accepts `iteratee` to specify
|
||||||
* how grouped values should be combined. The iteratee is invoked with four
|
* how grouped values should be combined. The iteratee is invoked with the
|
||||||
* arguments: (accumulator, value, index, group). The first element of each
|
* elements of each group: (...group).
|
||||||
* group is used as the initial `accumulator` value.
|
|
||||||
*
|
*
|
||||||
* @static
|
* @static
|
||||||
* @memberOf _
|
* @memberOf _
|
||||||
|
|||||||
Reference in New Issue
Block a user