What is process-nextick-args?
"process.nextTick but always with args"
process-nextick-args is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 3.1 KB on disk.
Installation Guide
# Install via NPM
npm install process-nextick-args
# Install via Yarn
yarn add process-nextick-args