1.0.1 • Published 5 years ago

is-browser-env v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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.