# is-dom **Repository Path**: mirrors_addons/is-dom ## Basic Information - **Project Name**: is-dom - **Description**: Check if the given object is a dom node - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-03 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # is-dom [![NPM version][npm-image]][npm-url] [![build status][travis-image]][travis-url] [![Test coverage][coveralls-image]][coveralls-url] [![Downloads][downloads-image]][downloads-url] Check if the given object is a dom node. ## Installation ```sh $ npm install is-dom ``` ## Usage ```js var isDom = require('is-dom') isDom(window.document) // => true ``` ## License [MIT](https://tldrlegal.com/license/mit-license) [npm-image]: https://img.shields.io/npm/v/is-dom.svg?style=flat-square [npm-url]: https://npmjs.org/package/is-dom [travis-image]: https://img.shields.io/travis/npm-dom/is-dom.svg?style=flat-square [travis-url]: https://travis-ci.org/npm-dom/is-dom [coveralls-image]: https://img.shields.io/coveralls/npm-dom/is-dom.svg?style=flat-square [coveralls-url]: https://coveralls.io/r/npm-dom/is-dom?branch=master [downloads-image]: http://img.shields.io/npm/dm/is-dom.svg?style=flat-square [downloads-url]: https://npmjs.org/package/is-dom