Package Exports
- is-osx
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (is-osx) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
is-osx 
Check if the operating system is OSX
Install
$ npm install --save is-osxUsage
var isOsx = require('is-osx');
isOsx()
//=> trueLicense
MIT © Bassam Ismail