Skip to content

Commit 72812aa

Browse files
committed
Add Table of contents
1 parent b47d5d9 commit 72812aa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,17 @@ A collection of array-related async utilities.
1313

1414
## User guide
1515

16+
### Table of contents
17+
18+
* [`asyncEvery()`](#asyncEvery)
19+
* [`asyncForEach()`](#asyncForEach)
20+
* [`asyncForEachStrict()`](#asyncForEachStrict)
21+
* [`asyncMap()`](#asyncMap)
22+
* [`asyncMapStrict()`](#asyncMapStrict)
23+
* [`asyncReduce()`](#asyncReduce)
24+
* [`asyncSome()`](#asyncSome)
25+
* [`asyncSomeStrict()`](#asyncSomeStrict)
26+
1627
### General utils
1728

1829
#### `asyncEvery()`

0 commit comments

Comments
 (0)