What is dev-null?
"/dev/null for node streams"
dev-null 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 dev-null
# Install via Yarn
yarn add dev-null