mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-06 01:47:48 +00:00
Bump to v4.16.0.
This commit is contained in:
@@ -5,8 +5,9 @@ define(['./_arrayFilter', './_baseRest', './_baseXor', './isArrayLikeObject', '.
|
||||
|
||||
/**
|
||||
* This method is like `_.xor` except that it accepts `comparator` which is
|
||||
* invoked to compare elements of `arrays`. The comparator is invoked with
|
||||
* two arguments: (arrVal, othVal).
|
||||
* invoked to compare elements of `arrays`. The order of result values is
|
||||
* determined by the order they occur in the arrays. The comparator is invoked
|
||||
* with two arguments: (arrVal, othVal).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user