Skip to content

sindresorhus/has-dom

Repository files navigation

has-dom

Check if a JavaScript environment has a DOM

Install

$ npm install has-dom

Usage

import hasDom from 'has-dom';

// In Node.js
hasDom();
//=> false

// In the browser
hasDom();
//=> true

About

Check if a JavaScript environment has a DOM

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •