kevin tessier 5f00dd9b15 first commit il y a 6 ans
..
index.js 5f00dd9b15 first commit il y a 6 ans
license 5f00dd9b15 first commit il y a 6 ans
package.json 5f00dd9b15 first commit il y a 6 ans
readme.md 5f00dd9b15 first commit il y a 6 ans

readme.md

is-finite Build Status

ES2015 Number.isFinite() ponyfill

Install

$ npm install --save is-finite

Usage

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

numIsFinite(4);
//=> true

numIsFinite(Infinity);
//=> false

License

MIT © Sindre Sorhus