# is-not-thirteen

> Checks for input that is not thirteen. Favors 12 over all.

Latest version **0.0.1** (published 2016-03-24) · MIT license · 0 weekly downloads

## Install

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

## 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-03-24 |
| First published | 2016-03-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | haggy |
| Maintainers | haggy |
| Keywords | is-not-thirteen |

## Links

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

## Dependencies (1)

- [is-thirteen](https://npm.io/package/is-thirteen.md) 2.0.0

## Recent versions

- 0.0.1 (latest) — 2016-03-24

## README

![NOT 13](http://i.imgur.com/kJujcci.png "NOT 13")


This is the inverse off the popular [is-thirteen](https://github.com/jezen/is-thirteen) library. Though make no mistake,
on this side of the line we favor __non thirteen__ numbers and believe that 12 is the new 13.


### Usage

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

// This adopts the DSL from the is-thirteen lib but
// adds a "not" operation
is(12).not.thirteen(); // true
is(12).not.roughly.thirteen(); // true
is(1).not.within(10).of.thirteen(); // true
```

#### The most important API function

```javascript
// Check to see if a given number is not better than twelve
is(13).not.betterThanTwelve(); // true
is(10).not.betterThanTwelve(); // true
is(12).not.betterThanTwelve(); // DONT DO THIS, will collapse the universe
```

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