2.1.0 • Published 8 years ago

osx-version v2.1.0

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

osx-version Build Status

Get the OS X version of the current system. Example: 10.9.3

Install

$ npm install --save osx-version

Usage

const osxVersion = require('osx-version');

osxVersion().then(version => {
	console.log(version);
	//=> '10.9.3'
});

Related

License

MIT © Sindre Sorhus