8000 Add `eq` to fp mapping. · lodash/lodash@8b264e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b264e5

Browse files
committed
Add eq to fp mapping.
1 parent 2fb4ec0 commit 8b264e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fp/mapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = {
7979
2: (
8080
'add,ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,concat,countBy,curryN,' +
8181
'curryRightN,debounce,defaults,defaultsDeep,delay,difference,drop,dropRight,' +
82-
'dropRightWhile,dropWhile,endsWith,every,extend,filter,find,find,findIndex,' +
82+
'dropRightWhile,dropWhile,endsWith,eq,every,extend,filter,find,find,findIndex,' +
8383
'findKey,findLast,findLastIndex,findLastKey,flatMap,forEach,forEachRight,' +
8484
'forIn,forInRight,forOwn,forOwnRight,get,groupBy,includes,indexBy,indexOf,' +
8585
'intersection,invoke,invokeMap,isMatch,lastIndexOf,map,mapKeys,mapValues,' +

0 commit comments

Comments
 (0)
0