Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 9c7b51c

Browse files
committed
Add aryMethodMap mapping for gt, gte, lt, & lte.
1 parent 65460cb commit 9c7b51c

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

lib/mapping.js

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,13 @@ module.exports = {
3131
'defaults,delay,difference,drop,dropRight,dropRightWhile,dropWhile,endsWith,' +
3232
'every,filter,find,findIndex,findKey,findLast,findLastIndex,findLastKey,' +
3333
'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(','),
4041
3:
4142
'slice,sortByOrder,reduce,reduceRight,transform,zipWith'.split(','),
4243
4:

0 commit comments

Comments
 (0)