is-number-ts
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

is-number-ts NPM version NPM monthly downloads NPM total downloads

Returns true if the value is a finite number.

TS implementation of the popular package is-number by Jon Schlinkert

Do checkout SkillRazr

Install

Install with npm:

$ npm install --save is-number-ts

Usage

const { isNumber } = require("is-number-ts");
console.log(isNumber('3s')); // false


browser
const { isNumber } from "is-number-ts";
console.log(isNumber('3')); // true

Tests

Jasmine is used for the unit tests. npm run test

Dependencies (0)

    Dev Dependencies (3)

    Package Sidebar

    Install

    npm i is-number-ts

    Weekly Downloads

    41

    Version

    0.1.4

    License

    ISC

    Unpacked Size

    5.52 kB

    Total Files

    8

    Last publish

    Collaborators

    • skillrazr