get-osx-version
Get the Mac OS versions from the current system!
Install
npm install get-osx-version --save
Usage
Output your current Mac OS version!
const {macOSVersion} = require('get-osx-version');
console.log('Mac OS version: ' + macOSVersion());