What is node-cleanup?
"installs custom cleanup handlers that run on exiting node"
node-cleanup is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 0 KB on disk.
Installation Guide
# Install via NPM
npm install node-cleanup
# Install via Yarn
yarn add node-cleanup