@@ -31,12 +31,13 @@ module.exports = {
31
31
'defaults,delay,difference,drop,dropRight,dropRightWhile,dropWhile,endsWith,' +
32
32
'every,filter,find,findIndex,findKey,findLast,findLastIndex,findLastKey,' +
33
33
'findWhere,forEach,forEachRight,forIn,forInRight,forOwn,forOwnRight,groupBy,' +
34
- 'has,includes,indexBy,indexOf,intersection,invoke,isEqual,isMatch,lastIndexOf,' +
35
- 'map,mapKeys,mapValues,matchesProperty,maxBy,merge,minBy,omit,pad,padLeft,' +
36
- 'padRight,parseInt,partition,pick,pluck,pull,pullAt,random,range,rearg,reject,' +
37
- 'remove,repeat,result,set,some,sortBy,sortByAll,sortedIndex,sortedLastIndex,' +
38
- 'startsWith,sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,times,trunc,' +
39
- 'union,uniqBy,uniqueId,unzipWith,where,without,wrap,xor,zip,zipObject' ) . split ( ',' ) ,
34
+ 'gt,gte,has,includes,indexBy,indexOf,intersection,invoke,isEqual,isMatch,' +
35
+ 'lastIndexOf,lt,lte,map,mapKeys,mapValues,matchesProperty,maxBy,merge,minBy,' +
36
+ 'omit,pad,padLeft,padRight,parseInt,partition,pick,pluck,pull,pullAt,random,' +
37
+ 'range,rearg,reject,remove,repeat,result,set,some,sortBy,sortByAll,sortedIndex,' +
38
+ 'sortedLastIndex,startsWith,sumBy,take,takeRight,takeRightWhile,takeWhile,' +
39
+ 'throttle,times,trunc,union,uniqBy,uniqueId,unzipWith,where,without,wrap,' +
40
+ 'xor,zip,zipObject' ) . split ( ',' ) ,
40
41
3 :
41
42
'slice,sortByOrder,reduce,reduceRight,transform,zipWith' . split ( ',' ) ,
42
43
4 :
0 commit comments