Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 65 additions & 65 deletions types/lodash-es/array.default.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,70 +65,70 @@ import zipObjectDeep from "./zipObjectDeep";
import zipWith from "./zipWith";

declare const defaultExport: {
chunk: typeof chunk;
compact: typeof compact;
concat: typeof concat;
difference: typeof difference;
differenceBy: typeof differenceBy;
differenceWith: typeof differenceWith;
drop: typeof drop;
dropRight: typeof dropRight;
dropRightWhile: typeof dropRightWhile;
dropWhile: typeof dropWhile;
fill: typeof fill;
findIndex: typeof findIndex;
findLastIndex: typeof findLastIndex;
first: typeof first;
flatten: typeof flatten;
flattenDeep: typeof flattenDeep;
flattenDepth: typeof flattenDepth;
fromPairs: typeof fromPairs;
head: typeof head;
indexOf: typeof indexOf;
initial: typeof initial;
intersection: typeof intersection;
intersectionBy: typeof intersectionBy;
intersectionWith: typeof intersectionWith;
join: typeof join;
last: typeof last;
lastIndexOf: typeof lastIndexOf;
nth: typeof nth;
pull: typeof pull;
pullAll: typeof pullAll;
pullAllBy: typeof pullAllBy;
pullAllWith: typeof pullAllWith;
pullAt: typeof pullAt;
remove: typeof remove;
reverse: typeof reverse;
slice: typeof slice;
sortedIndex: typeof sortedIndex;
sortedIndexBy: typeof sortedIndexBy;
sortedIndexOf: typeof sortedIndexOf;
sortedLastIndex: typeof sortedLastIndex;
sortedLastIndexBy: typeof sortedLastIndexBy;
sortedLastIndexOf: typeof sortedLastIndexOf;
sortedUniq: typeof sortedUniq;
sortedUniqBy: typeof sortedUniqBy;
tail: typeof tail;
take: typeof take;
takeRight: typeof takeRight;
takeRightWhile: typeof takeRightWhile;
takeWhile: typeof takeWhile;
union: typeof union;
unionBy: typeof unionBy;
unionWith: typeof unionWith;
uniq: typeof uniq;
uniqBy: typeof uniqBy;
uniqWith: typeof uniqWith;
unzip: typeof unzip;
unzipWith: typeof unzipWith;
without: typeof without;
xor: typeof xor;
xorBy: typeof xorBy;
xorWith: typeof xorWith;
zip: typeof zip;
zipObject: typeof zipObject;
zipObjectDeep: typeof zipObjectDeep;
zipWith: typeof zipWith;
chunk: typeof chunk;
compact: typeof compact;
concat: typeof concat;
difference: typeof difference;
differenceBy: typeof differenceBy;
differenceWith: typeof differenceWith;
drop: typeof drop;
dropRight: typeof dropRight;
dropRightWhile: typeof dropRightWhile;
dropWhile: typeof dropWhile;
fill: typeof fill;
findIndex: typeof findIndex;
findLastIndex: typeof findLastIndex;
first: typeof first;
flatten: typeof flatten;
flattenDeep: typeof flattenDeep;
flattenDepth: typeof flattenDepth;
fromPairs: typeof fromPairs;
head: typeof head;
indexOf: typeof indexOf;
initial: typeof initial;
intersection: typeof intersection;
intersectionBy: typeof intersectionBy;
intersectionWith: typeof intersectionWith;
join: typeof join;
last: typeof last;
lastIndexOf: typeof lastIndexOf;
nth: typeof nth;
pull: typeof pull;
pullAll: typeof pullAll;
pullAllBy: typeof pullAllBy;
pullAllWith: typeof pullAllWith;
pullAt: typeof pullAt;
remove: typeof remove;
reverse: typeof reverse;
slice: typeof slice;
sortedIndex: typeof sortedIndex;
sortedIndexBy: typeof sortedIndexBy;
sortedIndexOf: typeof sortedIndexOf;
sortedLastIndex: typeof sortedLastIndex;
sortedLastIndexBy: typeof sortedLastIndexBy;
sortedLastIndexOf: typeof sortedLastIndexOf;
sortedUniq: typeof sortedUniq;
sortedUniqBy: typeof sortedUniqBy;
tail: typeof tail;
take: typeof take;
takeRight: typeof takeRight;
takeRightWhile: typeof takeRightWhile;
takeWhile: typeof takeWhile;
union: typeof union;
unionBy: typeof unionBy;
unionWith: typeof unionWith;
uniq: typeof uniq;
uniqBy: typeof uniqBy;
uniqWith: typeof uniqWith;
unzip: typeof unzip;
unzipWith: typeof unzipWith;
without: typeof without;
xor: typeof xor;
xorBy: typeof xorBy;
xorWith: typeof xorWith;
zip: typeof zip;
zipObject: typeof zipObject;
zipObjectDeep: typeof zipObjectDeep;
zipWith: typeof zipWith;
};
export default defaultExport;
56 changes: 28 additions & 28 deletions types/lodash-es/collection.default.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,33 +28,33 @@ import some from "./some";
import sortBy from "./sortBy";

declare const defaultExport: {
countBy: typeof countBy;
each: typeof each;
eachRight: typeof eachRight;
every: typeof every;
filter: typeof filter;
find: typeof find;
findLast: typeof findLast;
flatMap: typeof flatMap;
flatMapDeep: typeof flatMapDeep;
flatMapDepth: typeof flatMapDepth;
forEach: typeof forEach;
forEachRight: typeof forEachRight;
groupBy: typeof groupBy;
includes: typeof includes;
invokeMap: typeof invokeMap;
keyBy: typeof keyBy;
map: typeof map;
orderBy: typeof orderBy;
partition: typeof partition;
reduce: typeof reduce;
reduceRight: typeof reduceRight;
reject: typeof reject;
sample: typeof sample;
sampleSize: typeof sampleSize;
shuffle: typeof shuffle;
size: typeof size;
some: typeof some;
sortBy: typeof sortBy;
countBy: typeof countBy;
each: typeof each;
eachRight: typeof eachRight;
every: typeof every;
filter: typeof filter;
find: typeof find;
findLast: typeof findLast;
flatMap: typeof flatMap;
flatMapDeep: typeof flatMapDeep;
flatMapDepth: typeof flatMapDepth;
forEach: typeof forEach;
forEachRight: typeof forEachRight;
groupBy: typeof groupBy;
includes: typeof includes;
invokeMap: typeof invokeMap;
keyBy: typeof keyBy;
map: typeof map;
orderBy: typeof orderBy;
partition: typeof partition;
reduce: typeof reduce;
reduceRight: typeof reduceRight;
reject: typeof reject;
sample: typeof sample;
sampleSize: typeof sampleSize;
shuffle: typeof shuffle;
size: typeof size;
some: typeof some;
sortBy: typeof sortBy;
};
export default defaultExport;
2 changes: 1 addition & 1 deletion types/lodash-es/date.default.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import now from "./now";

declare const defaultExport: {
now: typeof now;
now: typeof now;
};
export default defaultExport;
2 changes: 1 addition & 1 deletion types/lodash-es/debounce.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { debounce, DebouncedFunc, DebounceSettings } from "lodash";

export { DebounceSettings, DebouncedFunc };
export { DebouncedFunc, DebounceSettings };
export default debounce;
46 changes: 23 additions & 23 deletions types/lodash-es/function.default.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ import unary from "./unary";
import wrap from "./wrap";

declare const defaultExport: {
after: typeof after;
ary: typeof ary;
before: typeof before;
bind: typeof bind;
bindKey: typeof bindKey;
curry: typeof curry;
curryRight: typeof curryRight;
debounce: typeof debounce;
defer: typeof defer;
delay: typeof delay;
flip: typeof flip;
memoize: typeof memoize;
negate: typeof negate;
once: typeof once;
overArgs: typeof overArgs;
partial: typeof partial;
partialRight: typeof partialRight;
rearg: typeof rearg;
rest: typeof rest;
spread: typeof spread;
throttle: typeof throttle;
unary: typeof unary;
wrap: typeof wrap;
after: typeof after;
ary: typeof ary;
before: typeof before;
bind: typeof bind;
bindKey: typeof bindKey;
curry: typeof curry;
curryRight: typeof curryRight;
debounce: typeof debounce;
defer: typeof defer;
delay: typeof delay;
flip: typeof flip;
memoize: typeof memoize;
negate: typeof negate;
once: typeof once;
overArgs: typeof overArgs;
partial: typeof partial;
partialRight: typeof partialRight;
rearg: typeof rearg;
rest: typeof rest;
spread: typeof spread;
throttle: typeof throttle;
unary: typeof unary;
wrap: typeof wrap;
};
export default defaultExport;
Loading