# @types/is-number

> TypeScript definitions for is-number

Latest version **7.0.5** (published 2023-11-07) · MIT license · 0 weekly downloads

## Install

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

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 7.0.5 |
| Published | 2023-11-07 |
| First published | 2017-08-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51431 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/is-number
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-number
- npm.io page: https://npm.io/package/@types/is-number

## Recent versions

- 7.0.5 (latest) — 2023-11-07
- 7.0.3 (ts3.9) — 2022-03-21
- 7.0.2 (ts3.8) — 2021-12-24
- 7.0.1 (ts3.1) — 2020-09-05
- 7.0.0 (ts2.0) — 2019-07-01
- 7.0.4 — 2023-10-18
- 3.0.1 — 2017-10-25
- 3.0.0 — 2017-08-16

## README

# Installation
> `npm install --save @types/is-number`

# Summary
This package contains type definitions for is-number (https://github.com/jonschlinkert/is-number).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-number.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/is-number/index.d.ts)
````ts
export = is_number;

/**
 * Will test to see if the argument is a valid number, excluding Infinity and NaN.
 * @param num Any value that should be tested for being a number
 * @returns true if the parameter is a valid number, otherwise false
 */
declare function is_number(num: unknown): boolean;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 03:09:37 GMT
 * Dependencies: none

# Credits
These definitions were written by [Jed Thompson](https://github.com/jedster1111).

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