huituanxueqian 7740728225 commit | hai 1 ano | |
---|---|---|
.. | ||
index.js | hai 1 ano | |
license | hai 1 ano | |
package.json | hai 1 ano | |
readme.md | hai 1 ano |
ES2015
Number.isFinite()
ponyfill
$ npm install is-finite
var numIsFinite = require('is-finite');
numIsFinite(4);
//=> true
numIsFinite(Infinity);
//=> false