mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-11 19:37:49 +00:00
Add eq and isEqual to fp skipRearg mapping.
This commit is contained in:
@@ -244,8 +244,10 @@ exports.skipRearg = {
|
|||||||
'concat': true,
|
'concat': true,
|
||||||
'difference': true,
|
'difference': true,
|
||||||
'divide': true,
|
'divide': true,
|
||||||
|
'eq': true,
|
||||||
'gt': true,
|
'gt': true,
|
||||||
'gte': true,
|
'gte': true,
|
||||||
|
'isEqual': true,
|
||||||
'lt': true,
|
'lt': true,
|
||||||
'lte': true,
|
'lte': true,
|
||||||
'matchesProperty': true,
|
'matchesProperty': true,
|
||||||
|
|||||||
Reference in New Issue
Block a user