You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,12 @@ An Array class with additional async array methods.
34
34
| Method | Description | Wiki |
35
35
| -- | -- | -- |
36
36
|**asyncFilter**| Filter an iterable object asynchronously. |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Filter)|
37
-
|**asyncFind**| Find an item in an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Filter)|
38
37
|**asyncFindIndex**| Find an item's index in an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Find-Index)|
38
+
|**asyncFind**| Find an item in an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Filter)|
39
39
|**asyncForEach**| Loop over an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-For-Each)|
40
-
|**asyncMap**| Map an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Map)|
41
40
|**asyncMapSort**| Map an iterable object asynchronously and then resolve when it's sorted, this method is much more efficient than running a regular `asyncSort` when done with a synchronous comparison function |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Map-Sort)|
41
+
|**asyncMap**| Map an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Map)|
42
+
|**asyncReduce**| Reduce an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Reduce)|
42
43
|**asyncSort**| Sort an iterable object asynchronously |[wiki](https://github.com/Sykander/iterable-async/wiki/Async-Sort)|
0 commit comments