Bachir Soussi Chiadmi 0611418f7a added whole system from ola4doc hace 7 años
..
index.js 0611418f7a added whole system from ola4doc hace 7 años
license 0611418f7a added whole system from ola4doc hace 7 años
package.json 0611418f7a added whole system from ola4doc hace 7 años
readme.md 0611418f7a added whole system from ola4doc hace 7 años

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