mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 18:07:49 +00:00
Bump to v4.16.0.
This commit is contained in:
5
xorBy.js
5
xorBy.js
@@ -6,8 +6,9 @@ define(['./_arrayFilter', './_baseIteratee', './_baseRest', './_baseXor', './isA
|
||||
/**
|
||||
* This method is like `_.xor` except that it accepts `iteratee` which is
|
||||
* invoked for each element of each `arrays` to generate the criterion by
|
||||
* which by which they're compared. The iteratee is invoked with one argument:
|
||||
* (value).
|
||||
* which by which they're compared. The order of result values is determined
|
||||
* by the order they occur in the arrays. The iteratee is invoked with one
|
||||
* argument: (value).
|
||||
*
|
||||
* @static
|
||||
* @memberOf _
|
||||
|
||||
Reference in New Issue
Block a user