diff --git a/lib/fp/mapping.js b/lib/fp/mapping.js index 916a5b92a..6e3af7d75 100644 --- a/lib/fp/mapping.js +++ b/lib/fp/mapping.js @@ -91,19 +91,19 @@ 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', 'orderBy', 'overArgs', 'pad', 'padEnd', - 'padStart', 'parseInt', 'partition', 'pick', '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', 'uniqWith', - 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject' + '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', + 'sortedIndexOf', 'sortedLastIndex', 'sortedLastIndexOf', 'sortedUniqBy', + 'split', 'startsWith', 'subtract', 'sumBy', 'take', 'takeRight', 'takeRightWhile', + 'takeWhile', 'tap', 'throttle', 'thru', 'times', 'truncate', 'union', 'uniqBy', + 'uniqWith', 'unzipWith', 'without', 'wrap', 'xor', 'zip', 'zipObject' ], 3:[ 'assignInWith', 'assignWith', 'clamp', 'differenceBy', 'differenceWith', 'getOr', 'inRange', 'intersectionBy', 'intersectionWith', 'isEqualWith', - 'isMatchWith', 'mergeWith', 'omitBy', 'pickBy', 'pullAllBy', 'reduce', + 'isMatchWith', 'mergeWith', 'pullAllBy', 'reduce', 'reduceRight', 'replace', 'set', 'slice', 'sortedIndexBy', 'sortedLastIndexBy', 'transform', 'unionBy', 'unionWith', 'xorBy', 'xorWith', 'zipWith' ],