Bachir Soussi Chiadmi cefd1c2ad0 updated sys and created publi il y a 6 ans
..
index.js cefd1c2ad0 updated sys and created publi il y a 6 ans
license cefd1c2ad0 updated sys and created publi il y a 6 ans
package.json cefd1c2ad0 updated sys and created publi il y a 6 ans
readme.md cefd1c2ad0 updated sys and created publi 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