@types/is-number
TypeScript definitions for is-number
Last updated 9 years ago by types .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @types/is-number 
SYNC missed versions from official npm registry.

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

// Type definitions for is-number 7.0
// Project: https://github.com/jonschlinkert/is-number
// Definitions by: Jed Thompson <https://github.com/jedster1111>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

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: Mon, 21 Mar 2022 20:31:57 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by Jed Thompson.

Current Tags

  • 7.0.3                                ...           latest (4 years ago)
  • 7.0.0                                ...           ts2.0 (7 years ago)
  • 7.0.0                                ...           ts2.1 (7 years ago)
  • 7.0.0                                ...           ts2.2 (7 years ago)
  • 7.0.0                                ...           ts2.3 (7 years ago)
  • 7.0.0                                ...           ts2.4 (7 years ago)
  • 7.0.0                                ...           ts2.5 (7 years ago)
  • 7.0.0                                ...           ts2.6 (7 years ago)
  • 7.0.0                                ...           ts2.7 (7 years ago)
  • 7.0.0                                ...           ts2.8 (7 years ago)
  • 7.0.0                                ...           ts2.9 (7 years ago)
  • 7.0.0                                ...           ts3.0 (7 years ago)
  • 7.0.1                                ...           ts3.1 (6 years ago)
  • 7.0.1                                ...           ts3.2 (6 years ago)
  • 7.0.1                                ...           ts3.3 (6 years ago)
  • 7.0.1                                ...           ts3.4 (6 years ago)
  • 7.0.1                                ...           ts3.5 (6 years ago)
  • 7.0.1                                ...           ts3.6 (6 years ago)
  • 7.0.1                                ...           ts3.7 (6 years ago)
  • 7.0.2                                ...           ts3.8 (4 years ago)
  • 7.0.3                                ...           ts3.9 (4 years ago)
  • 7.0.3                                ...           ts4.0 (4 years ago)
  • 7.0.3                                ...           ts4.1 (4 years ago)
  • 7.0.3                                ...           ts4.2 (4 years ago)
  • 7.0.3                                ...           ts4.3 (4 years ago)
  • 7.0.3                                ...           ts4.4 (4 years ago)
  • 7.0.3                                ...           ts4.5 (4 years ago)
  • 7.0.3                                ...           ts4.6 (4 years ago)
  • 7.0.3                                ...           ts4.7 (4 years ago)
  • 7.0.3                                ...           ts4.8 (4 years ago)
  • 7.0.3                                ...           ts4.9 (4 years ago)

6 Versions

  • 7.0.3                                ...           4 years ago
  • 7.0.2                                ...           4 years ago
  • 7.0.1                                ...           6 years ago
  • 7.0.0                                ...           7 years ago
  • 3.0.1                                ...           8 years ago
  • 3.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 1
Last Day 0
Last Week 1
Last Month 0
Dependencies (0)
None
Dev Dependencies (0)
None
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org | Home |