# is-eq-nine

> Returns true if the given number is 9, false otherwise.

Latest version **1.1.0** (published 2020-04-29) · WTFPL license · 0 weekly downloads

## Install

```sh
npm install is-eq-nine
pnpm add is-eq-nine
yarn add is-eq-nine
bun add is-eq-nine
```

## 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.1.0 |
| Published | 2020-04-29 |
| First published | 2020-04-29 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10 |
| Dependencies | 8 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Gost |
| Maintainers | pethu |
| Keywords | integer, number, is, nine, check, math, numeric |

## Links

- npm: https://www.npmjs.com/package/is-eq-nine
- npm.io page: https://npm.io/package/is-eq-nine

## Dependencies (8)

- [jquery](https://npm.io/package/jquery.md) ^3.5.0
- [is-null](https://npm.io/package/is-null.md) ^1.0.1
- [is-true](https://npm.io/package/is-true.md) ^0.1.1
- [is-number](https://npm.io/package/is-number.md) ^7.0.0
- [is-string](https://npm.io/package/is-string.md) ^1.0.5
- [is-eq-eight](https://npm.io/package/is-eq-eight.md) ^1.1.0
- [is-undefined](https://npm.io/package/is-undefined.md) ^1.0.10
- [jquery-basic-arithmetic-plugin](https://npm.io/package/jquery-basic-arithmetic-plugin.md) ^1.1.0

## 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

- 1.1.0 (latest) — 2020-04-29

## README

## is-eq-nine
[![License: WTFPL](https://img.shields.io/badge/License-WTFPL-brightgreen.svg)](http://www.wtfpl.net/about/)

A simple module to test if a given object is number 9

## Install

```bash
$ npm install is-eq-nine
```

## Usage

```js
const is9 = require('is-eq-nine');

is9(9);
// Returns true

is9(-1);
// Returns false

is9(null);
// Returns false

is9("9");
// Returns false

```

## Tests

```bash
$ npm test
```

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