mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 01:17:50 +00:00
Bump to v4.17.0.
This commit is contained in:
@@ -35,7 +35,7 @@ import baseIsEqual from './_baseIsEqual.js';
|
||||
function isEqualWith(value, other, customizer) {
|
||||
customizer = typeof customizer == 'function' ? customizer : undefined;
|
||||
var result = customizer ? customizer(value, other) : undefined;
|
||||
return result === undefined ? baseIsEqual(value, other, customizer) : !!result;
|
||||
return result === undefined ? baseIsEqual(value, other, undefined, customizer) : !!result;
|
||||
}
|
||||
|
||||
export default isEqualWith;
|
||||
|
||||
Reference in New Issue
Block a user