What is is-node?
"Detect if current process is a node application or not."
is-node 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 is-node
# Install via Yarn
yarn add is-node