mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Even more tag cleanup.
This commit is contained in:
@@ -14,7 +14,7 @@ import last from './last.js';
|
||||
* @param {...Array} [arrays] The arrays to inspect.
|
||||
* @param {Function} [comparator] The comparator invoked per element.
|
||||
* @returns {Array} Returns the new array of filtered values.
|
||||
* @see difference, without, xor, xorBy, union, unionBy, unionWith
|
||||
* @see difference, union, unionBy, unionWith, without, xor, xorBy
|
||||
* @example
|
||||
*
|
||||
* const objects = [{ 'x': 1, 'y': 2 }, { 'x': 2, 'y': 1 }];
|
||||
|
||||
Reference in New Issue
Block a user