mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-08 10:17:48 +00:00
Correct arity mapping for _.uniqueId.
This commit is contained in:
@@ -77,7 +77,7 @@ module.exports = {
|
|||||||
1: (
|
1: (
|
||||||
'attempt,ceil,create,curry,floor,fromPairs,iteratee,invert,memoize,method,' +
|
'attempt,ceil,create,curry,floor,fromPairs,iteratee,invert,memoize,method,' +
|
||||||
'methodOf,mixin,rest,reverse,round,runInContext,template,trim,trimLeft,' +
|
'methodOf,mixin,rest,reverse,round,runInContext,template,trim,trimLeft,' +
|
||||||
'trimRight,words').split(','),
|
'trimRight,uniqueId,words').split(','),
|
||||||
2: (
|
2: (
|
||||||
'ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,countBy,curryN,debounce,' +
|
'ary,assign,at,bind,bindKey,cloneDeepWith,cloneWith,countBy,curryN,debounce,' +
|
||||||
'defaults,defaultsDeep,delay,difference,drop,dropRight,dropRightWhile,' +
|
'defaults,defaultsDeep,delay,difference,drop,dropRight,dropRightWhile,' +
|
||||||
@@ -89,7 +89,7 @@ module.exports = {
|
|||||||
'pick,pull,pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,' +
|
'pick,pull,pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,' +
|
||||||
'sampleSize,set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,' +
|
'sampleSize,set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,' +
|
||||||
'sortedUniqBy,startsWith,sumBy,take,takeRight,takeRightWhile,takeWhile,' +
|
'sortedUniqBy,startsWith,sumBy,take,takeRight,takeRightWhile,takeWhile,' +
|
||||||
'throttle,times,truncate,union,uniqBy,uniqueId,without,wrap,xor,zip,' +
|
'throttle,times,truncate,union,uniqBy,without,wrap,xor,zip,' +
|
||||||
'zipObject').split(','),
|
'zipObject').split(','),
|
||||||
3: (
|
3: (
|
||||||
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
|
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
|
||||||
|
|||||||
Reference in New Issue
Block a user