From e02c3c6396bf7c840e2420742648d15b3bfcd849 Mon Sep 17 00:00:00 2001 From: Nicolas Vanhoren Date: Fri, 6 Aug 2021 00:51:13 +0200 Subject: Added modern-async to the list of other libraries (#1739) --- intro.md | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.1