Just async patterns
Asynchronous patterns, no dependencies, no bloat, more isn't needed.
Runs in the browser and on node. Less than 6kB in size.
npm install --save asyncc
As ES6 Modules
import{NoPromise,connect}from'asyncc'As CommonJS Modules
const{NoPromise, connect}=require('asyncc')or picking individual methods
constconnect=require('asyncc/lib/connect')