huanggang 03a863fb53 add node_modules 8 năm trước cách đây
..
index.js 03a863fb53 add node_modules 8 năm trước cách đây
license 03a863fb53 add node_modules 8 năm trước cách đây
package.json 03a863fb53 add node_modules 8 năm trước cách đây
readme.md 03a863fb53 add node_modules 8 năm trước cách đây

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