Kevin 29b9a0c50c clean && clean html base 4 år sedan
..
index.js 29b9a0c50c clean && clean html base 4 år sedan
license 29b9a0c50c clean && clean html base 4 år sedan
package.json 29b9a0c50c clean && clean html base 4 år sedan
readme.md 29b9a0c50c clean && clean html base 4 år sedan

readme.md

is-finite Build Status

ES2015 Number.isFinite() ponyfill

Install

$ npm install is-finite

Usage

var numIsFinite = require('is-finite');

numIsFinite(4);
//=> true

numIsFinite(Infinity);
//=> false

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.