Skip to content

Repository files navigation

Browser or Node.js

Build Statusnpm versionLicense: MIT

Check whether the code is running in the browser or node.js runtime.

Install

$ npm install --save browser-or-node

Usage

ES6 style import

import{isBrowser,isNode}from'browser-or-node';if(isBrowser){// do browser only stuff}if(isNode){// do node.js only stuff}

ES5 style import

varjsEnv=require('browser-or-node');if(jsEnv.isBrowser){// do browser only stuff}if(jsEnv.isNode){// do node.js only stuff}

License

MIT © Dineshkumar Pandiyan

About

Check where the code is running in the browser or node.js

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages