Add _.mean.

This commit is contained in:
Agus Pina
2015-11-10 16:21:01 -03:00
committed by John-David Dalton
parent f0e8371997
commit 3408db91b6
3 changed files with 52 additions and 24 deletions

View File

@@ -84,12 +84,12 @@ module.exports = {
'dropWhile,endsWith,every,extend,filter,find,find,findIndex,findKey,findLast,' +
'findLastIndex,findLastKey,forEach,forEachRight,forIn,forInRight,forOwn,' +
'forOwnRight,get,groupBy,includes,indexBy,indexOf,intersection,invoke,isMatch,' +
'lastIndexOf,map,mapKeys,mapValues,matchesProperty,maxBy,minBy,merge,modArgs,' +
'modArgsSet,omit,pad,padLeft,padRight,parseInt,partition,pick,pull,pullAll,' +
'pullAt,random,range,rearg,reject,remove,repeat,result,sampleSize,set,some,' +
'sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,startsWith,' +
'subtract,sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,times,' +
'truncate,union,uniqBy,without,wrap,xor,zip,zipObject').split(','),
'lastIndexOf,map,mapKeys,mapValues,matchesProperty,maxBy,mean,minBy,merge,' +
'modArgs,modArgsSet,omit,pad,padLeft,padRight,parseInt,partition,pick,pull,' +
'pullAll,pullAt,random,range,rearg,reject,remove,repeat,result,sampleSize,' +
'set,some,sortBy,sortByOrder,sortedIndexBy,sortedLastIndexBy,sortedUniqBy,' +
'startsWith,subtract,sumBy,take,takeRight,takeRightWhile,takeWhile,throttle,' +
'times,truncate,union,uniqBy,without,wrap,xor,zip,zipObject').split(','),
3: (
'assignWith,clamp,differenceBy,extendWith,getOr,inRange,intersectionBy,' +
'isEqualWith,isMatchWith,mergeWith,omitBy,pickBy,pullAllBy,reduce,' +