# is-thousand

> is-hundred for 10x developers

Latest version **0.0.2** (published 2019-09-21) · WTFPL license · 0 weekly downloads

## Install

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

## 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.2 |
| Published | 2019-09-21 |
| First published | 2019-09-21 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 559 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | hissvard |

## Links

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

## Dependencies (1)

- [is-hundred](https://npm.io/package/is-hundred.md) ^0.10.0

## Recent versions

- 0.0.2 (latest) — 2019-09-21
- 0.0.1 — 2019-09-21

## README

# is-thousand

Usage:

```js
import isThousand from 'is-thousand';

const ONE_THOUSAND = 1 * 10 * 10 * 10;

isThousand(ONE_THOUSAND); // tru
```

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