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