has-dom
v2.0.0
Published
Check if a JavaScript environment has a DOM
Downloads
43,186
Maintainers
Readme
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