# is-thirteen

> Check if a number is equal to 13

Latest version **2.0.0** (published 2016-03-24) · WTFPL license · 0 weekly downloads

## Install

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

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2016-03-24 |
| First published | 2016-03-23 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6172 |
| Author | Jezen Thomas |
| Maintainers | jezenthomas |

## Links

- npm: https://www.npmjs.com/package/is-thirteen
- Repository: https://github.com/jezen/is-thirteen
- Homepage: https://github.com/jezen/is-thirteen#readme
- Issues: https://github.com/jezen/is-thirteen/issues
- npm.io page: https://npm.io/package/is-thirteen

## Dependencies (1)

- [noop3](https://npm.io/package/noop3.md) ^13.7.2

## Recent versions

- 2.0.0 (latest) — 2016-03-24
- 1.0.0 — 2016-03-23

## README

# is-thirteen

[![Join us on Gitter](https://img.shields.io/badge/GITTER-join%20chat-green.svg)](https://gitter.im/gytdau/is-thirteen)

Check if a number is equal to 13.

## Installation

```sh
npm --save i is-thirteen
```

## Usage

```javascript
var isThirteen = require('is-thirteen');

// PLEAS READ THE SOURCE CODE BECAuse we moved fast and broke things

i̶s̶T̶h̶i̶r̶t̶e̶e̶n̶(̶2̶5̶)̶;̶ ̶/̶/̶ ̶f̶a̶l̶s̶e̶
i̶s̶T̶h̶i̶r̶t̶e̶e̶n̶(̶1̶3̶)̶;̶ ̶/̶/̶ ̶t̶r̶u̶e̶
```

## Test

```javascript
npm test
```

## License

WTFPL

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