mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 17:07:49 +00:00
Update fp mapping.
This commit is contained in:
@@ -22,8 +22,6 @@ module.exports = {
|
||||
'modArgs': ['useWith'],
|
||||
'modArgsSet': ['converge'],
|
||||
'omit': ['dissoc', 'omitAll'],
|
||||
'pairs': ['toPairs'],
|
||||
'pairsIn': ['toPairsIn'],
|
||||
'pick': ['pickAll'],
|
||||
'property': ['prop'],
|
||||
'propertyOf': ['propOf'],
|
||||
@@ -75,9 +73,9 @@ module.exports = {
|
||||
/** Used to map ary to method names. */
|
||||
'aryMethodMap': {
|
||||
1: (
|
||||
'attempt,ceil,conj,create,curry,disj,floor,fromPairs,iteratee,invert,juxt,' +
|
||||
'memoize,method,methodOf,mixin,rest,reverse,round,runInContext,template,trim,' +
|
||||
'trimLeft,trimRight,uniqueId,words').split(','),
|
||||
'attempt,ceil,create,curry,floor,fromPairs,iteratee,invert,over,overEvery,' +
|
||||
'overSome,memoize,method,methodOf,mixin,rest,reverse,round,runInContext,template,' +
|
||||
'trim,trimLeft,trimRight,uniqueId,words').split(','),
|
||||
2: (
|
||||
'add,ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,concat,countBy,curryN,' +
|
||||
'debounce,defaults,defaultsDeep,delay,difference,drop,dropRight,dropRightWhile,' +
|
||||
|
||||
Reference in New Issue
Block a user