is-osx

> Check if the operating system is OSX


Keywords
os, osx
License
MIT
Install
npm install is-osx@1.0.2

Documentation

is-osx Build Status

Check if the operating system is OSX

Install

$ npm install --save is-osx

Usage

var isOsx = require('is-osx');

isOsx()
//=> true

License

MIT © Bassam Ismail