Skip to content

Commit a78e16e

Browse files
Automatically format docs
1 parent e7ad6ac commit a78e16e

File tree

16 files changed

+4
-353
lines changed

16 files changed

+4
-353
lines changed

README.md

Lines changed: 2 additions & 182 deletions
Large diffs are not rendered by default.

array/README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ any([1, 2, 3]); // ⇒ true
2525
- Check if an array is empty or not (in JavaScript).
2626
- Check if an array is empty or exists (in JavaScript).
2727

28-
2928
# are
3029

3130
Checks if given arguments are all `Arrays`.
@@ -50,7 +49,6 @@ are(); // ⇒ TODO
5049
TODO: List questions that may this function answers.
5150
TODO-END -->
5251

53-
5452
# difference
5553

5654
<!-- TODO-START
@@ -77,7 +75,6 @@ difference(); // ⇒ TODO
7775
TODO: List questions that may this function answers.
7876
TODO-END -->
7977

80-
8178
# differs
8279

8380
<!-- TODO-START
@@ -104,7 +101,6 @@ differs(); // ⇒ TODO
104101
TODO: List questions that may this function answers.
105102
TODO-END -->
106103

107-
108104
# duplicates
109105

110106
<!-- TODO-START
@@ -131,7 +127,6 @@ duplicates(); // ⇒ TODO
131127
TODO: List questions that may this function answers.
132128
TODO-END -->
133129

134-
135130
# empty
136131

137132
<!-- TODO-START
@@ -158,7 +153,6 @@ empty(); // ⇒ TODO
158153
TODO: List questions that may this function answers.
159154
TODO-END -->
160155

161-
162156
# exact
163157

164158
<!-- TODO-START
@@ -185,7 +179,6 @@ exact(); // ⇒ TODO
185179
TODO: List questions that may this function answers.
186180
TODO-END -->
187181

188-
189182
# except
190183

191184
<!-- TODO-START
@@ -212,7 +205,6 @@ except(); // ⇒ TODO
212205
TODO: List questions that may this function answers.
213206
TODO-END -->
214207

215-
216208
# filterInPlace
217209

218210
<!-- TODO-START
@@ -239,7 +231,6 @@ filterInPlace(); // ⇒ TODO
239231
TODO: List questions that may this function answers.
240232
TODO-END -->
241233

242-
243234
# find
244235

245236
<!-- TODO-START
@@ -266,7 +257,6 @@ find(); // ⇒ TODO
266257
TODO: List questions that may this function answers.
267258
TODO-END -->
268259

269-
270260
# first
271261

272262
<!-- TODO-START
@@ -293,7 +283,6 @@ first(); // ⇒ TODO
293283
TODO: List questions that may this function answers.
294284
TODO-END -->
295285

296-
297286
# flatMap
298287

299288
<!-- TODO-START
@@ -320,7 +309,6 @@ flatMap(); // ⇒ TODO
320309
TODO: List questions that may this function answers.
321310
TODO-END -->
322311

323-
324312
# flatten
325313

326314
<!-- TODO-START
@@ -347,7 +335,6 @@ flatten(); // ⇒ TODO
347335
TODO: List questions that may this function answers.
348336
TODO-END -->
349337

350-
351338
# intersection
352339

353340
<!-- TODO-START
@@ -374,7 +361,6 @@ intersection(); // ⇒ TODO
374361
TODO: List questions that may this function answers.
375362
TODO-END -->
376363

377-
378364
# is
379365

380366
<!-- TODO-START
@@ -401,7 +387,6 @@ is(); // ⇒ TODO
401387
TODO: List questions that may this function answers.
402388
TODO-END -->
403389

404-
405390
# last
406391

407392
<!-- TODO-START
@@ -428,7 +413,6 @@ last(); // ⇒ TODO
428413
TODO: List questions that may this function answers.
429414
TODO-END -->
430415

431-
432416
# lengthDiffers
433417

434418
<!-- TODO-START
@@ -455,7 +439,6 @@ lengthDiffers(); // ⇒ TODO
455439
TODO: List questions that may this function answers.
456440
TODO-END -->
457441

458-
459442
# map
460443

461444
<!-- TODO-START
@@ -482,7 +465,6 @@ map(); // ⇒ TODO
482465
TODO: List questions that may this function answers.
483466
TODO-END -->
484467

485-
486468
# midpoint
487469

488470
<!-- TODO-START
@@ -509,7 +491,6 @@ midpoint(); // ⇒ TODO
509491
TODO: List questions that may this function answers.
510492
TODO-END -->
511493

512-
513494
# minMax
514495

515496
<!-- TODO-START
@@ -536,7 +517,6 @@ minMax(); // ⇒ TODO
536517
TODO: List questions that may this function answers.
537518
TODO-END -->
538519

539-
540520
# multiple
541521

542522
<!-- TODO-START
@@ -563,7 +543,6 @@ multiple(); // ⇒ TODO
563543
TODO: List questions that may this function answers.
564544
TODO-END -->
565545

566-
567546
# none
568547

569548
<!-- TODO-START
@@ -590,7 +569,6 @@ none(); // ⇒ TODO
590569
TODO: List questions that may this function answers.
591570
TODO-END -->
592571

593-
594572
# partition
595573

596574
<!-- TODO-START
@@ -617,7 +595,6 @@ partition(); // ⇒ TODO
617595
TODO: List questions that may this function answers.
618596
TODO-END -->
619597

620-
621598
# range
622599

623600
<!-- TODO-START
@@ -644,7 +621,6 @@ range(); // ⇒ TODO
644621
TODO: List questions that may this function answers.
645622
TODO-END -->
646623

647-
648624
# repeat
649625

650626
<!-- TODO-START
@@ -671,7 +647,6 @@ repeat(); // ⇒ TODO
671647
TODO: List questions that may this function answers.
672648
TODO-END -->
673649

674-
675650
# reverse
676651

677652
<!-- TODO-START
@@ -698,7 +673,6 @@ reverse(); // ⇒ TODO
698673
TODO: List questions that may this function answers.
699674
TODO-END -->
700675

701-
702676
# reverseIf
703677

704678
<!-- TODO-START
@@ -725,7 +699,6 @@ reverseIf(); // ⇒ TODO
725699
TODO: List questions that may this function answers.
726700
TODO-END -->
727701

728-
729702
# rotate
730703

731704
<!-- TODO-START
@@ -752,7 +725,6 @@ rotate(); // ⇒ TODO
752725
TODO: List questions that may this function answers.
753726
TODO-END -->
754727

755-
756728
# second
757729

758730
<!-- TODO-START
@@ -779,7 +751,6 @@ second(); // ⇒ TODO
779751
TODO: List questions that may this function answers.
780752
TODO-END -->
781753

782-
783754
# secondToLast
784755

785756
<!-- TODO-START
@@ -806,7 +777,6 @@ secondToLast(); // ⇒ TODO
806777
TODO: List questions that may this function answers.
807778
TODO-END -->
808779

809-
810780
# shift
811781

812782
<!-- TODO-START
@@ -833,7 +803,6 @@ shift(); // ⇒ TODO
833803
TODO: List questions that may this function answers.
834804
TODO-END -->
835805

836-
837806
# shuffle
838807

839808
<!-- TODO-START
@@ -860,7 +829,6 @@ shuffle(); // ⇒ TODO
860829
TODO: List questions that may this function answers.
861830
TODO-END -->
862831

863-
864832
# shuffleInPlace
865833

866834
<!-- TODO-START
@@ -887,7 +855,6 @@ shuffleInPlace(); // ⇒ TODO
887855
TODO: List questions that may this function answers.
888856
TODO-END -->
889857

890-
891858
# single
892859

893860
<!-- TODO-START
@@ -914,7 +881,6 @@ single(); // ⇒ TODO
914881
TODO: List questions that may this function answers.
915882
TODO-END -->
916883

917-
918884
# skip
919885

920886
<!-- TODO-START
@@ -941,7 +907,6 @@ skip(); // ⇒ TODO
941907
TODO: List questions that may this function answers.
942908
TODO-END -->
943909

944-
945910
# sort
946911

947912
<!-- TODO-START
@@ -968,7 +933,6 @@ sort(); // ⇒ TODO
968933
TODO: List questions that may this function answers.
969934
TODO-END -->
970935

971-
972936
# sum
973937

974938
<!-- TODO-START
@@ -995,7 +959,6 @@ sum(); // ⇒ TODO
995959
TODO: List questions that may this function answers.
996960
TODO-END -->
997961

998-
999962
# take
1000963

1001964
<!-- TODO-START
@@ -1022,7 +985,6 @@ take(); // ⇒ TODO
1022985
TODO: List questions that may this function answers.
1023986
TODO-END -->
1024987

1025-
1026988
# transpose
1027989

1028990
<!-- TODO-START
@@ -1049,7 +1011,6 @@ transpose(); // ⇒ TODO
10491011
TODO: List questions that may this function answers.
10501012
TODO-END -->
10511013

1052-
10531014
# unique
10541015

10551016
<!-- TODO-START
@@ -1076,7 +1037,6 @@ unique(); // ⇒ TODO
10761037
TODO: List questions that may this function answers.
10771038
TODO-END -->
10781039

1079-
10801040
# zip
10811041

10821042
<!-- TODO-START
@@ -1103,7 +1063,6 @@ zip(); // ⇒ TODO
11031063
TODO: List questions that may this function answers.
11041064
TODO-END -->
11051065

1106-
11071066
# zipWith
11081067

11091068
<!-- TODO-START

async/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ debounce(); // ⇒ TODO
2424
TODO: List questions that may this function answers.
2525
TODO-END -->
2626

27-
2827
# delay
2928

3029
<!-- TODO-START
@@ -51,7 +50,6 @@ delay(); // ⇒ TODO
5150
TODO: List questions that may this function answers.
5251
TODO-END -->
5352

54-
5553
# sequence
5654

5755
<!-- TODO-START

0 commit comments

Comments
 (0)