What is async?
"Higher-order functions and common patterns for asynchronous code"
async is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 788.8 KB on disk.
Installation Guide
# Install via NPM
npm install async
# Install via Yarn
yarn add async