Remove mean from fp aryMethod map.

This commit is contained in:
John-David Dalton
2016-01-21 01:03:05 -06:00
parent 7544c8fac8
commit 741a7b9caa

View File

@@ -90,10 +90,10 @@ module.exports = {
'groupBy', 'gt', 'gte', 'has', 'hasIn', 'includes', 'indexOf', 'intersection',
'invoke', 'invokeMap', 'isEqual', 'isMatch', 'join', 'keyBy', 'lastIndexOf',
'lt', 'lte', 'map', 'mapKeys', 'mapValues', 'matchesProperty', 'maxBy',
'mean', 'merge', 'minBy', 'omit', 'omitBy', 'orderBy', 'overArgs', 'pad',
'padEnd', 'padStart', 'parseInt', 'partition', 'pick', 'pickBy', 'pull',
'pullAll', 'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject',
'remove', 'repeat', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex',
'merge', 'minBy', 'omit', 'omitBy', 'orderBy', 'overArgs', 'pad', 'padEnd',
'padStart', 'parseInt', 'partition', 'pick', 'pickBy', 'pull', 'pullAll',
'pullAt', 'random', 'range', 'rangeRight', 'rearg', 'reject', 'remove',
'repeat', 'result', 'sampleSize', 'some', 'sortBy', 'sortedIndex',
'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy',
'split', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', 'takeRightWhile',
'takeWhile', 'tap', 'throttle', 'thru', 'times', 'truncate', 'union', 'uniqBy',