mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-07 01:57:50 +00:00
Bump to v4.14.0.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import at from './at.js';
|
||||
import countBy from './countBy.js';
|
||||
import each from './each.js';
|
||||
import eachRight from './eachRight.js';
|
||||
@@ -29,10 +28,10 @@ import some from './some.js';
|
||||
import sortBy from './sortBy.js';
|
||||
|
||||
export default {
|
||||
at, countBy, each, eachRight, every,
|
||||
filter, find, findLast, flatMap, flatMapDeep,
|
||||
flatMapDepth, forEach, forEachRight, groupBy, includes,
|
||||
invokeMap, keyBy, map, orderBy, partition,
|
||||
reduce, reduceRight, reject, sample, sampleSize,
|
||||
shuffle, size, some, sortBy
|
||||
countBy, each, eachRight, every, filter,
|
||||
find, findLast, flatMap, flatMapDeep, flatMapDepth,
|
||||
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