Skip to content

Commit

Permalink
Added modern-async to the list of other libraries (#1739)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-van committed Aug 5, 2021
1 parent 14d4d0f commit e02c3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions intro.md
Expand Up @@ -298,3 +298,4 @@ It is recommended to target ES2017 or higher in your `tsconfig.json`, so `async`
* [`neo-async`](https://www.npmjs.com/package/neo-async) an altername implementation of Async, focusing on speed.
* [`co-async`](https://www.npmjs.com/package/co-async) a library inspired by Async for use with [`co`](https://www.npmjs.com/package/co) and generator functions.
* [`promise-async`](https://www.npmjs.com/package/promise-async) a version of Async where all the methods are Promisified.
* ['modern-async'](https://www.npmjs.com/package/modern-async) an alternative to Async using only async/await and promises.

0 comments on commit e02c3c6

Please sign in to comment.