is-osx 
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
| License |
License
MIT
|
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdis-osx |
| Last Version | Last Version1.0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionis-osx
WebJar for is-osx
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| is-osx-1.0.2.pom | |
| is-osx-1.0.2.jar | 3 KB |
| is-osx-1.0.2-sources.jar | 22 bytes |
| is-osx-1.0.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-osx/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>is-osx</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-osx/
implementation 'org.webjars.npm:is-osx:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/is-osx/
implementation ("org.webjars.npm:is-osx:1.0.2")
'org.webjars.npm:is-osx:jar:1.0.2'
<dependency org="org.webjars.npm" name="is-osx" rev="1.0.2">
<artifact name="is-osx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-osx', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "is-osx" % "1.0.2"
[org.webjars.npm/is-osx "1.0.2"]
Check if the operating system is OSX
$ npm install --save is-osx
var isOsx = require('is-osx');
isOsx()
//=> true
MIT © Bassam Ismail