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