https://github.com/skippednote/is-osx
https://github.com/skippednote/is-osx
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/skippednote/is-osx
- Owner: skippednote
- License: mit
- Created: 2015-07-12T16:16:40.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T04:55:53.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T09:36:27.451Z (over 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# is-osx [](https://travis-ci.org/skippednote/is-osx)
> Check if the operating system is OSX
## Install
```
$ npm install --save is-osx
```
## Usage
```js
var isOsx = require('is-osx');
isOsx()
//=> true
```
## License
MIT © [Bassam Ismail](https://github.com/skippednote)