What is debug?
"Lightweight debugging utility for Node.js and the browser"
debug is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 41.8 KB on disk.
Installation Guide
# Install via NPM
npm install debug
# Install via Yarn
yarn add debug