Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 386 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 386 Bytes

get-osx-version

Build Status

Get the macOS versions from the current system!

Install

npm install get-osx-version --save

Usage

Output your current macOS version!

const {macOSVersion} = require('get-osx-version');

console.log('macOS version: ' + macOSVersion());