is-browser-env
v1.0.1
Published
Checks whether or not the current runtime environment is a browser
Downloads
11
Maintainers
Readme
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.