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