diff --git a/fp/_mapping.js b/fp/_mapping.js index 8b8e24b75..75f0babaa 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -226,6 +226,10 @@ exports.skipRearg = { 'assignIn': true, 'concat': true, 'difference': true, + 'gt': true, + 'gte': true, + 'lt': true, + 'lte': true, 'matchesProperty': true, 'merge': true, 'partial': true,