We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 590974a + f379fb9 commit 2ce8957Copy full SHA for 2ce8957
README.md
@@ -9,6 +9,17 @@ A collection of methods for looping iterable objects asynchronously using someth
9
$ npm install iterable-async
10
```
11
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
23
## Methods
24
25
* Async Filter
docs/playground.js
@@ -1,4 +1,5 @@
1
const {
2
+ AsyncArray,
3
asyncFind,
4
asyncFindIndex,
5
asyncFilter,
0 commit comments