summaryrefslogtreecommitdiff
path: root/intro.md
diff options
context:
space:
mode:
Diffstat (limited to 'intro.md')
-rw-r--r--intro.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/intro.md b/intro.md
index 901795b..c8e78b4 100644
--- a/intro.md
+++ b/intro.md
@@ -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.