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