# @nathanfaucett/is_undefined

> checks if value is a undefined

Latest version **0.0.1** (published 2016-07-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install @nathanfaucett/is_undefined
pnpm add @nathanfaucett/is_undefined
yarn add @nathanfaucett/is_undefined
bun add @nathanfaucett/is_undefined
```

## 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.0.1 |
| Published | 2016-07-13 |
| First published | 2016-07-13 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Nathan Faucett |
| Maintainers | nathanfaucett |
| Keywords | is_undefined, is_undefined.js |

## Links

- npm: https://www.npmjs.com/package/@nathanfaucett/is_undefined
- Repository: https://github.com/nathanfaucett/is_undefined
- Homepage: https://github.com/nathanfaucett/is_undefined#readme
- Issues: https://github.com/nathanfaucett/is_undefined/issues
- npm.io page: https://npm.io/package/@nathanfaucett/is_undefined

## Recent versions

- 0.0.1 (latest) — 2016-07-13

## README

isUndefined
=======

checks if value is a undefined

```javascript
var isUndefined = require("@nathanfaucett/is_undefined");


isUndefined(undefined); // true
```

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