0.1.4 • Published 3 years ago

is-number-ts v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago