Files
flights_web_raw/apps/angular/node_modules/is-dom/README.md
T

959 B

is-dom

NPM version build status Test coverage Downloads

Check if the given object is a dom node.

Installation

$ npm install is-dom

Usage

var isDom = require('is-dom')

isDom(window.document)
// => true

License

MIT