AlkantarClanX12

Your IP : 3.15.228.162


Current Path : /usr/lib/node_modules/npm/node_modules/es-abstract/helpers/
Upload File :
Current File : //usr/lib/node_modules/npm/node_modules/es-abstract/helpers/isFinite.js

var $isNaN = Number.isNaN || function (a) { return a !== a; };

module.exports = Number.isFinite || function (x) { return typeof x === 'number' && !$isNaN(x) && x !== Infinity && x !== -Infinity; };