What is node-version-matches?
"Returns true if the current node version matches the given semver expression"
node-version-matches is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 3.2 KB on disk.
Installation Guide
# Install via NPM
npm install node-version-matches
# Install via Yarn
yarn add node-version-matches