0.1.4 • Published 2 years ago

is-number-ts v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago