is-in-browser

WebJar for is-in-browser

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

is-in-browser
Last Version

Last Version

1.1.3
Release Date

Release Date

Type

Type

jar
Description

Description

is-in-browser
WebJar for is-in-browser
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/tuxsudo/is-in-browser

Download is-in-browser

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/is-in-browser/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>is-in-browser</artifactId>
    <version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/is-in-browser/
implementation 'org.webjars.npm:is-in-browser:1.1.3'
// https://jarcasting.com/artifacts/org.webjars.npm/is-in-browser/
implementation ("org.webjars.npm:is-in-browser:1.1.3")
'org.webjars.npm:is-in-browser:jar:1.1.3'
<dependency org="org.webjars.npm" name="is-in-browser" rev="1.1.3">
  <artifact name="is-in-browser" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='is-in-browser', version='1.1.3')
)
libraryDependencies += "org.webjars.npm" % "is-in-browser" % "1.1.3"
[org.webjars.npm/is-in-browser "1.1.3"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Is In Browser?

import isBrowser from 'is-in-browser';

if(isBrowser) {
    //...
}

CommonJS

For those not using Babel / ES6 Modules

var isBrowser = require('is-in-browser').default;

if(isBrowser) { //... }

Versions

Version
1.1.3