diff --git a/fp/_mapping.js b/fp/_mapping.js index 752aba278..cb36eedad 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -357,5 +357,6 @@ exports.skipRearg = { 'rangeRight': true, 'subtract': true, 'zip': true, - 'zipObject': true + 'zipObject': true, + 'zipObjectDeep': true };