baichun 9261271bd4 堡垒之夜-工具页 il y a 6 ans
..
index.js 9261271bd4 堡垒之夜-工具页 il y a 6 ans
license 9261271bd4 堡垒之夜-工具页 il y a 6 ans
package.json 9261271bd4 堡垒之夜-工具页 il y a 6 ans
readme.md 9261271bd4 堡垒之夜-工具页 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