diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 1044af388..4c76e4289 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -79,7 +79,7 @@ module.exports = { 2: ( 'add,ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,concat,countBy,curryN,' + 'curryRightN,debounce,defaults,defaultsDeep,delay,difference,drop,dropRight,' + - 'dropRightWhile,dropWhile,endsWith,every,extend,filter,find,find,findIndex,' + + 'dropRightWhile,dropWhile,endsWith,eq,every,extend,filter,find,find,findIndex,' + 'findKey,findLast,findLastIndex,findLastKey,flatMap,forEach,forEachRight,' + 'forIn,forInRight,forOwn,forOwnRight,get,groupBy,includes,indexBy,indexOf,' + 'intersection,invoke,invokeMap,isMatch,lastIndexOf,map,mapKeys,mapValues,' +