Skip to content

Commit 9326160

Browse files
Updating dprint settings to latest
1 parent 1e1d12c commit 9326160

326 files changed

Lines changed: 1576 additions & 1576 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

types/lodash-es/add.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { add } from 'lodash';
1+
import { add } from "lodash";
22
export default add;

types/lodash-es/after.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { after } from 'lodash';
1+
import { after } from "lodash";
22
export default after;

types/lodash-es/array.d.ts

Lines changed: 66 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,67 @@
1-
import { default as chunk } from './chunk';
2-
import { default as compact } from './compact';
3-
import { default as concat } from './concat';
4-
import { default as difference } from './difference';
5-
import { default as differenceBy } from './differenceBy';
6-
import { default as differenceWith } from './differenceWith';
7-
import { default as drop } from './drop';
8-
import { default as dropRight } from './dropRight';
9-
import { default as dropRightWhile } from './dropRightWhile';
10-
import { default as dropWhile } from './dropWhile';
11-
import { default as fill } from './fill';
12-
import { default as findIndex } from './findIndex';
13-
import { default as findLastIndex } from './findLastIndex';
14-
import { default as first } from './first';
15-
import { default as flatten } from './flatten';
16-
import { default as flattenDeep } from './flattenDeep';
17-
import { default as flattenDepth } from './flattenDepth';
18-
import { default as fromPairs } from './fromPairs';
19-
import { default as head } from './head';
20-
import { default as indexOf } from './indexOf';
21-
import { default as initial } from './initial';
22-
import { default as intersection } from './intersection';
23-
import { default as intersectionBy } from './intersectionBy';
24-
import { default as intersectionWith } from './intersectionWith';
25-
import { default as join } from './join';
26-
import { default as last } from './last';
27-
import { default as lastIndexOf } from './lastIndexOf';
28-
import { default as nth } from './nth';
29-
import { default as pull } from './pull';
30-
import { default as pullAll } from './pullAll';
31-
import { default as pullAllBy } from './pullAllBy';
32-
import { default as pullAllWith } from './pullAllWith';
33-
import { default as pullAt } from './pullAt';
34-
import { default as remove } from './remove';
35-
import { default as reverse } from './reverse';
36-
import { default as slice } from './slice';
37-
import { default as sortedIndex } from './sortedIndex';
38-
import { default as sortedIndexBy } from './sortedIndexBy';
39-
import { default as sortedIndexOf } from './sortedIndexOf';
40-
import { default as sortedLastIndex } from './sortedLastIndex';
41-
import { default as sortedLastIndexBy } from './sortedLastIndexBy';
42-
import { default as sortedLastIndexOf } from './sortedLastIndexOf';
43-
import { default as sortedUniq } from './sortedUniq';
44-
import { default as sortedUniqBy } from './sortedUniqBy';
45-
import { default as tail } from './tail';
46-
import { default as take } from './take';
47-
import { default as takeRight } from './takeRight';
48-
import { default as takeRightWhile } from './takeRightWhile';
49-
import { default as takeWhile } from './takeWhile';
50-
import { default as union } from './union';
51-
import { default as unionBy } from './unionBy';
52-
import { default as unionWith } from './unionWith';
53-
import { default as uniq } from './uniq';
54-
import { default as uniqBy } from './uniqBy';
55-
import { default as uniqWith } from './uniqWith';
56-
import { default as unzip } from './unzip';
57-
import { default as unzipWith } from './unzipWith';
58-
import { default as without } from './without';
59-
import { default as xor } from './xor';
60-
import { default as xorBy } from './xorBy';
61-
import { default as xorWith } from './xorWith';
62-
import { default as zip } from './zip';
63-
import { default as zipObject } from './zipObject';
64-
import { default as zipObjectDeep } from './zipObjectDeep';
65-
import { default as zipWith } from './zipWith';
1+
import { default as chunk } from "./chunk";
2+
import { default as compact } from "./compact";
3+
import { default as concat } from "./concat";
4+
import { default as difference } from "./difference";
5+
import { default as differenceBy } from "./differenceBy";
6+
import { default as differenceWith } from "./differenceWith";
7+
import { default as drop } from "./drop";
8+
import { default as dropRight } from "./dropRight";
9+
import { default as dropRightWhile } from "./dropRightWhile";
10+
import { default as dropWhile } from "./dropWhile";
11+
import { default as fill } from "./fill";
12+
import { default as findIndex } from "./findIndex";
13+
import { default as findLastIndex } from "./findLastIndex";
14+
import { default as first } from "./first";
15+
import { default as flatten } from "./flatten";
16+
import { default as flattenDeep } from "./flattenDeep";
17+
import { default as flattenDepth } from "./flattenDepth";
18+
import { default as fromPairs } from "./fromPairs";
19+
import { default as head } from "./head";
20+
import { default as indexOf } from "./indexOf";
21+
import { default as initial } from "./initial";
22+
import { default as intersection } from "./intersection";
23+
import { default as intersectionBy } from "./intersectionBy";
24+
import { default as intersectionWith } from "./intersectionWith";
25+
import { default as join } from "./join";
26+
import { default as last } from "./last";
27+
import { default as lastIndexOf } from "./lastIndexOf";
28+
import { default as nth } from "./nth";
29+
import { default as pull } from "./pull";
30+
import { default as pullAll } from "./pullAll";
31+
import { default as pullAllBy } from "./pullAllBy";
32+
import { default as pullAllWith } from "./pullAllWith";
33+
import { default as pullAt } from "./pullAt";
34+
import { default as remove } from "./remove";
35+
import { default as reverse } from "./reverse";
36+
import { default as slice } from "./slice";
37+
import { default as sortedIndex } from "./sortedIndex";
38+
import { default as sortedIndexBy } from "./sortedIndexBy";
39+
import { default as sortedIndexOf } from "./sortedIndexOf";
40+
import { default as sortedLastIndex } from "./sortedLastIndex";
41+
import { default as sortedLastIndexBy } from "./sortedLastIndexBy";
42+
import { default as sortedLastIndexOf } from "./sortedLastIndexOf";
43+
import { default as sortedUniq } from "./sortedUniq";
44+
import { default as sortedUniqBy } from "./sortedUniqBy";
45+
import { default as tail } from "./tail";
46+
import { default as take } from "./take";
47+
import { default as takeRight } from "./takeRight";
48+
import { default as takeRightWhile } from "./takeRightWhile";
49+
import { default as takeWhile } from "./takeWhile";
50+
import { default as union } from "./union";
51+
import { default as unionBy } from "./unionBy";
52+
import { default as unionWith } from "./unionWith";
53+
import { default as uniq } from "./uniq";
54+
import { default as uniqBy } from "./uniqBy";
55+
import { default as uniqWith } from "./uniqWith";
56+
import { default as unzip } from "./unzip";
57+
import { default as unzipWith } from "./unzipWith";
58+
import { default as without } from "./without";
59+
import { default as xor } from "./xor";
60+
import { default as xorBy } from "./xorBy";
61+
import { default as xorWith } from "./xorWith";
62+
import { default as zip } from "./zip";
63+
import { default as zipObject } from "./zipObject";
64+
import { default as zipObjectDeep } from "./zipObjectDeep";
65+
import { default as zipWith } from "./zipWith";
6666

67-
export { default } from './array.default';
67+
export { default } from "./array.default";

types/lodash-es/array.default.d.ts

Lines changed: 65 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
import chunk from './chunk';
2-
import compact from './compact';
3-
import concat from './concat';
4-
import difference from './difference';
5-
import differenceBy from './differenceBy';
6-
import differenceWith from './differenceWith';
7-
import drop from './drop';
8-
import dropRight from './dropRight';
9-
import dropRightWhile from './dropRightWhile';
10-
import dropWhile from './dropWhile';
11-
import fill from './fill';
12-
import findIndex from './findIndex';
13-
import findLastIndex from './findLastIndex';
14-
import first from './first';
15-
import flatten from './flatten';
16-
import flattenDeep from './flattenDeep';
17-
import flattenDepth from './flattenDepth';
18-
import fromPairs from './fromPairs';
19-
import head from './head';
20-
import indexOf from './indexOf';
21-
import initial from './initial';
22-
import intersection from './intersection';
23-
import intersectionBy from './intersectionBy';
24-
import intersectionWith from './intersectionWith';
25-
import join from './join';
26-
import last from './last';
27-
import lastIndexOf from './lastIndexOf';
28-
import nth from './nth';
29-
import pull from './pull';
30-
import pullAll from './pullAll';
31-
import pullAllBy from './pullAllBy';
32-
import pullAllWith from './pullAllWith';
33-
import pullAt from './pullAt';
34-
import remove from './remove';
35-
import reverse from './reverse';
36-
import slice from './slice';
37-
import sortedIndex from './sortedIndex';
38-
import sortedIndexBy from './sortedIndexBy';
39-
import sortedIndexOf from './sortedIndexOf';
40-
import sortedLastIndex from './sortedLastIndex';
41-
import sortedLastIndexBy from './sortedLastIndexBy';
42-
import sortedLastIndexOf from './sortedLastIndexOf';
43-
import sortedUniq from './sortedUniq';
44-
import sortedUniqBy from './sortedUniqBy';
45-
import tail from './tail';
46-
import take from './take';
47-
import takeRight from './takeRight';
48-
import takeRightWhile from './takeRightWhile';
49-
import takeWhile from './takeWhile';
50-
import union from './union';
51-
import unionBy from './unionBy';
52-
import unionWith from './unionWith';
53-
import uniq from './uniq';
54-
import uniqBy from './uniqBy';
55-
import uniqWith from './uniqWith';
56-
import unzip from './unzip';
57-
import unzipWith from './unzipWith';
58-
import without from './without';
59-
import xor from './xor';
60-
import xorBy from './xorBy';
61-
import xorWith from './xorWith';
62-
import zip from './zip';
63-
import zipObject from './zipObject';
64-
import zipObjectDeep from './zipObjectDeep';
65-
import zipWith from './zipWith';
1+
import chunk from "./chunk";
2+
import compact from "./compact";
3+
import concat from "./concat";
4+
import difference from "./difference";
5+
import differenceBy from "./differenceBy";
6+
import differenceWith from "./differenceWith";
7+
import drop from "./drop";
8+
import dropRight from "./dropRight";
9+
import dropRightWhile from "./dropRightWhile";
10+
import dropWhile from "./dropWhile";
11+
import fill from "./fill";
12+
import findIndex from "./findIndex";
13+
import findLastIndex from "./findLastIndex";
14+
import first from "./first";
15+
import flatten from "./flatten";
16+
import flattenDeep from "./flattenDeep";
17+
import flattenDepth from "./flattenDepth";
18+
import fromPairs from "./fromPairs";
19+
import head from "./head";
20+
import indexOf from "./indexOf";
21+
import initial from "./initial";
22+
import intersection from "./intersection";
23+
import intersectionBy from "./intersectionBy";
24+
import intersectionWith from "./intersectionWith";
25+
import join from "./join";
26+
import last from "./last";
27+
import lastIndexOf from "./lastIndexOf";
28+
import nth from "./nth";
29+
import pull from "./pull";
30+
import pullAll from "./pullAll";
31+
import pullAllBy from "./pullAllBy";
32+
import pullAllWith from "./pullAllWith";
33+
import pullAt from "./pullAt";
34+
import remove from "./remove";
35+
import reverse from "./reverse";
36+
import slice from "./slice";
37+
import sortedIndex from "./sortedIndex";
38+
import sortedIndexBy from "./sortedIndexBy";
39+
import sortedIndexOf from "./sortedIndexOf";
40+
import sortedLastIndex from "./sortedLastIndex";
41+
import sortedLastIndexBy from "./sortedLastIndexBy";
42+
import sortedLastIndexOf from "./sortedLastIndexOf";
43+
import sortedUniq from "./sortedUniq";
44+
import sortedUniqBy from "./sortedUniqBy";
45+
import tail from "./tail";
46+
import take from "./take";
47+
import takeRight from "./takeRight";
48+
import takeRightWhile from "./takeRightWhile";
49+
import takeWhile from "./takeWhile";
50+
import union from "./union";
51+
import unionBy from "./unionBy";
52+
import unionWith from "./unionWith";
53+
import uniq from "./uniq";
54+
import uniqBy from "./uniqBy";
55+
import uniqWith from "./uniqWith";
56+
import unzip from "./unzip";
57+
import unzipWith from "./unzipWith";
58+
import without from "./without";
59+
import xor from "./xor";
60+
import xorBy from "./xorBy";
61+
import xorWith from "./xorWith";
62+
import zip from "./zip";
63+
import zipObject from "./zipObject";
64+
import zipObjectDeep from "./zipObjectDeep";
65+
import zipWith from "./zipWith";
6666

6767
declare const defaultExport: {
6868
chunk: typeof chunk;

types/lodash-es/ary.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { ary } from 'lodash';
1+
import { ary } from "lodash";
22
export default ary;

types/lodash-es/assign.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { assign } from 'lodash';
1+
import { assign } from "lodash";
22
export default assign;

types/lodash-es/assignIn.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { assignIn } from 'lodash';
1+
import { assignIn } from "lodash";
22
export default assignIn;

types/lodash-es/assignInWith.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { assignInWith } from 'lodash';
1+
import { assignInWith } from "lodash";
22
export default assignInWith;

types/lodash-es/assignWith.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { assignWith } from 'lodash';
1+
import { assignWith } from "lodash";
22
export default assignWith;

types/lodash-es/at.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { at } from 'lodash';
1+
import { at } from "lodash";
22
export default at;

0 commit comments

Comments
 (0)