is-browser-env

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

MIT License

Downloads
14
Stars
1
Committers
1

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.