mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 09:47:48 +00:00
More tag cleanup.
This commit is contained in:
2
union.js
2
union.js
@@ -11,7 +11,7 @@ import isArrayLikeObject from './isArrayLikeObject.js';
|
||||
* @category Array
|
||||
* @param {...Array} [arrays] The arrays to inspect.
|
||||
* @returns {Array} Returns the new array of combined values.
|
||||
* @see unionBy, unionWith, difference, without, xor, xorBy
|
||||
* @see difference, unionBy, unionWith, without, xor, xorBy
|
||||
* @example
|
||||
*
|
||||
* union([2], [1, 2]);
|
||||
|
||||
Reference in New Issue
Block a user