# @amphibian/is-number

> number type checker

Latest version **1.0.1** (published 2016-12-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install @amphibian/is-number
pnpm add @amphibian/is-number
yarn add @amphibian/is-number
bun add @amphibian/is-number
```

## 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.0.1 |
| Published | 2016-12-14 |
| First published | 2016-01-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Lindstrøm |
| Maintainers | amphibian |

## Links

- npm: https://www.npmjs.com/package/@amphibian/is-number
- Repository: https://gitlab.com/thomaslindstr_m/is-number
- Homepage: https://gitlab.com/thomaslindstr_m/is-number#README
- Issues: https://gitlab.com/thomaslindstr_m/is-number/issues
- npm.io page: https://npm.io/package/@amphibian/is-number

## Recent versions

- 1.0.1 (latest) — 2016-12-14
- 1.0.0 — 2016-01-24

## README

# is-number

number type checker

```
npm install @amphibian/is-number
```

```javascript
var isNumber = require('@amphibian/is-number');

isNumber(1); // > true
isNumber('hello'); // > false
```

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