An open API service indexing awesome lists of open source software.

https://github.com/skippednote/is-osx


https://github.com/skippednote/is-osx

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# is-osx [![Build Status](https://travis-ci.org/skippednote/is-osx.svg?branch=master)](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)