diff --git a/fp/_mapping.js b/fp/_mapping.js index 1dddc8022..7382ef316 100644 --- a/fp/_mapping.js +++ b/fp/_mapping.js @@ -249,6 +249,8 @@ exports.skipRearg = { 'add': true, 'assign': true, 'assignIn': true, + 'bind': true, + 'bindKey': true, 'concat': true, 'difference': true, 'divide': true,