Skip to content

Commit 999611b

Browse files
Generate docs template
1 parent 2d33390 commit 999611b

File tree

200 files changed

+10272
-8
lines changed

Some content is hidden

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

200 files changed

+10272
-8
lines changed

README.md

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

array/README.md

Lines changed: 1131 additions & 0 deletions
Large diffs are not rendered by default.

array/any.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Checks if the given array is not empty (contains at least one element).
55
## Type signature
66

77
```
8-
any[] boolean
8+
(xs: any[]) => boolean
99
```
1010

1111
## Examples

array/are.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
# are
22

3-
TODO: Fill short description here.
3+
Checks if given arguments are all `Arrays`.
44

55
## Type signature
66

7-
TODO: Fill type signature down below.
8-
97
```
10-
any ⇒ any
8+
(...xs: any[]) => boolean
119
```
1210

11+
<!-- TODO-START
1312
## Examples
1413
1514
TODO: List at least one example down below.
@@ -21,3 +20,4 @@ are(); // ⇒ TODO
2120
## Questions
2221
2322
TODO: List questions that may this function answers.
23+
TODO-END -->

array/difference.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# difference
22

3+
<!-- TODO-START
34
TODO: Fill short description here.
45
56
## Type signature
@@ -21,3 +22,4 @@ difference(); // ⇒ TODO
2122
## Questions
2223
2324
TODO: List questions that may this function answers.
25+
TODO-END -->

array/differs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# differs
22

3+
<!-- TODO-START
34
TODO: Fill short description here.
45
56
## Type signature
@@ -21,3 +22,4 @@ differs(); // ⇒ TODO
2122
## Questions
2223
2324
TODO: List questions that may this function answers.
25+
TODO-END -->

array/duplicates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# duplicates
22

3+
<!-- TODO-START
34
TODO: Fill short description here.
45
56
## Type signature
@@ -21,3 +22,4 @@ duplicates(); // ⇒ TODO
2122
## Questions
2223
2324
TODO: List questions that may this function answers.
25+
TODO-END -->

array/empty.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# empty
22

3+
<!-- TODO-START
34
TODO: Fill short description here.
45
56
## Type signature
@@ -21,3 +22,4 @@ empty(); // ⇒ TODO
2122
## Questions
2223
2324
TODO: List questions that may this function answers.
25+
TODO-END -->

array/exact.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# exact
22

3+
<!-- TODO-START
34
TODO: Fill short description here.
45
56
## Type signature
@@ -21,3 +22,4 @@ exact(); // ⇒ TODO
2122
## Questions
2223
2324
TODO: List questions that may this function answers.
25+
TODO-END -->

array/except.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# except
22

3+
<!-- TODO-START
34
TODO: Fill short description here.
45
56
## Type signature
@@ -21,3 +22,4 @@ except(); // ⇒ TODO
2122
## Questions
2223
2324
TODO: List questions that may this function answers.
25+
TODO-END -->

0 commit comments

Comments
 (0)