Skip to content

cezaraugusto/is-browser-env

Repository files navigation

Written in TypeScript npm Build Status

TypeScript module with type definition support by default. Also works with other JavaScript projects.

is-browser-env

Checks whether or not the current runtime environment is a browser.

Useful when

You want to check if a given condition needs to have browser support.

Installation

$ npm i is-browser-env

Usage

import isBrowserEnv from 'is-browser-env'

if (isBrowserEnv) {
  // ...
}

License

is-browser-env © 2018 Cezar Augusto. Released under the MIT License.

About

Checks whether or not the current runtime environment is a browser.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published