mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 23:57:49 +00:00
Bump to v4.2.0.
This commit is contained in:
@@ -11,7 +11,6 @@ import dropWhile from './dropWhile';
|
||||
import fill from './fill';
|
||||
import findIndex from './findIndex';
|
||||
import findLastIndex from './findLastIndex';
|
||||
import flatMap from './flatMap';
|
||||
import flatten from './flatten';
|
||||
import flattenDeep from './flattenDeep';
|
||||
import fromPairs from './fromPairs';
|
||||
@@ -64,15 +63,15 @@ import zipWith from './zipWith';
|
||||
export default {
|
||||
chunk, compact, concat, difference, differenceBy,
|
||||
differenceWith, drop, dropRight, dropRightWhile, dropWhile,
|
||||
fill, findIndex, findLastIndex, flatMap, flatten,
|
||||
flattenDeep, fromPairs, head, indexOf, initial,
|
||||
intersection, intersectionBy, intersectionWith, join, last,
|
||||
lastIndexOf, pull, pullAll, pullAllBy, pullAt,
|
||||
remove, reverse, slice, sortedIndex, sortedIndexBy,
|
||||
sortedIndexOf, sortedLastIndex, sortedLastIndexBy, sortedLastIndexOf, sortedUniq,
|
||||
sortedUniqBy, tail, take, takeRight, takeRightWhile,
|
||||
takeWhile, union, unionBy, unionWith, uniq,
|
||||
uniqBy, uniqWith, unzip, unzipWith, without,
|
||||
xor, xorBy, xorWith, zip, zipObject,
|
||||
zipObjectDeep, zipWith
|
||||
fill, findIndex, findLastIndex, flatten, flattenDeep,
|
||||
fromPairs, head, indexOf, initial, intersection,
|
||||
intersectionBy, intersectionWith, join, last, lastIndexOf,
|
||||
pull, pullAll, pullAllBy, pullAt, remove,
|
||||
reverse, slice, sortedIndex, sortedIndexBy, sortedIndexOf,
|
||||
sortedLastIndex, sortedLastIndexBy, sortedLastIndexOf, sortedUniq, sortedUniqBy,
|
||||
tail, take, takeRight, takeRightWhile, takeWhile,
|
||||
union, unionBy, unionWith, uniq, uniqBy,
|
||||
uniqWith, unzip, unzipWith, without, xor,
|
||||
xorBy, xorWith, zip, zipObject, zipObjectDeep,
|
||||
zipWith
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user