# is-element

> Returns true if dom element

Latest version **0.1.0** (published 2015-03-22) · WTFPL license · 0 weekly downloads

## Install

```sh
npm install is-element
pnpm add is-element
yarn add is-element
bun add is-element
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2015-03-22 |
| First published | 2015-03-21 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Jon Gacnik |
| Maintainers | amongiants |
| Keywords | element, dom, check, is |

## Links

- npm: https://www.npmjs.com/package/is-element
- Repository: https://github.com/amongiants/is-element
- Issues: https://github.com/amongiants/is-element/issues
- npm.io page: https://npm.io/package/is-element

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-03-22
- 0.0.1 — 2015-03-21

## README

# is-element

Returns true if dom element, false if not

## Getting Started

	npm install is-element

is-element is meant to be consumed in a [CommonJS](http://www.commonjs.org/), [Browserify](http://browserify.org/) environment:
	
	var isElement = require('is-element')
	
	// returns true, assuming a node with class `element` exists
	isElement(document.querySelector('.element'))

---
_Source: https://npm.io/package/is-element · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
