mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.2.0.
This commit is contained in:
@@ -6,6 +6,7 @@ import every from './every';
|
||||
import filter from './filter';
|
||||
import find from './find';
|
||||
import findLast from './findLast';
|
||||
import flatMap from './flatMap';
|
||||
import forEach from './forEach';
|
||||
import forEachRight from './forEachRight';
|
||||
import groupBy from './groupBy';
|
||||
@@ -27,9 +28,9 @@ import sortBy from './sortBy';
|
||||
|
||||
export default {
|
||||
at, countBy, each, eachRight, every,
|
||||
filter, find, findLast, forEach, forEachRight,
|
||||
groupBy, includes, invokeMap, keyBy, map,
|
||||
orderBy, partition, reduce, reduceRight, reject,
|
||||
sample, sampleSize, shuffle, size, some,
|
||||
sortBy
|
||||
filter, find, findLast, flatMap, forEach,
|
||||
forEachRight, groupBy, includes, invokeMap, keyBy,
|
||||
map, orderBy, partition, reduce, reduceRight,
|
||||
reject, sample, sampleSize, shuffle, size,
|
||||
some, sortBy
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user