Skip to content

Commit 2ce8957

Browse files
authored
Merge pull request #41 from Sykander/async-array-docs
Async Array Docs
2 parents 590974a + f379fb9 commit 2ce8957

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ A collection of methods for looping iterable objects asynchronously using someth
99
$ npm install iterable-async
1010
```
1111

12+
## Objects
13+
14+
* Async Array
15+
16+
### Async Array
17+
18+
An Array class with additional async array methods.
19+
```
20+
class AsyncArray extends Array {...}
21+
```
22+
1223
## Methods
1324

1425
* Async Filter

docs/playground.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
const {
2+
AsyncArray,
23
asyncFind,
34
asyncFindIndex,
45
asyncFilter,

0 commit comments

Comments
 (0)