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