mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Even more tag cleanup.
This commit is contained in:
2
zip.js
2
zip.js
@@ -9,7 +9,7 @@ import unzip from './unzip.js';
|
||||
* @category Array
|
||||
* @param {...Array} [arrays] The arrays to process.
|
||||
* @returns {Array} Returns the new array of grouped elements.
|
||||
* @see zipObject, zipObjectDeep, zipWith, unzip, unzipWith
|
||||
* @see unzip, unzipWith, zipObject, zipObjectDeep, zipWith
|
||||
* @example
|
||||
*
|
||||
* zip(['a', 'b'], [1, 2], [true, false]);
|
||||
|
||||
Reference in New Issue
Block a user