# is-eq-four

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

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

## Install

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

## 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, four, check, math, numeric |

## Links

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

## 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-three](https://npm.io/package/is-eq-three.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-four
[![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 4

## Install

```bash
$ npm install is-eq-four
```

## Usage

```js
const is4 = require('is-eq-four');

is4(4);
// Returns true

is4(-1);
// Returns false

is4(null);
// Returns false

is4("4");
// Returns false

```

## Tests

```bash
$ npm test
```

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