# is-el

> Utility to determine if passed value is a valid element.

Latest version **1.0.0** (published 2017-02-21) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-02-21 |
| First published | 2017-02-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=0.12.0 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tyler Peterson |
| Maintainers | tylerjpeterson |

## Links

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

## Recent versions

- 1.0.0 (latest) — 2017-02-21

## README

![100% test coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)

# is-el

Utility to determine if passed value is a valid element.

## Installation
Install via npm.

```sh
$ npm i is-el --save
```

## Usage
```js
var isEl = require('is-el');

console.log(isEl(document.documentElement)); // true
console.log(isEl(document)); // false
```

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