mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-03 00:27:50 +00:00
Bump to v4.0.1.
This commit is contained in:
@@ -11,6 +11,7 @@ define(['./internal/arrayMap', './internal/baseIntersection', './rest', './inter
|
||||
* @param {...Array} [arrays] The arrays to inspect.
|
||||
* @returns {Array} Returns the new array of shared values.
|
||||
* @example
|
||||
*
|
||||
* _.intersection([2, 1], [4, 2], [1, 2]);
|
||||
* // => [2]
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user