is-dom
v1.1.0
Published
Check if the given object is a dom node
Downloads
5,107,459
Maintainers
Readme
is-dom
Check if the given object is a dom node.
Installation
$ npm install is-dom
Usage
var isDom = require('is-dom')
isDom(window.document)
// => true