osx-versiondeprecated

Get the OS X version of the current system

Usage no npm install needed!

<script type="module">
  import osxVersion from 'https://cdn.skypack.dev/osx-version';
</script>

README

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