📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 18:45:42
📂
/ (Root)
/
lib
/
node_modules
/
npm
/
node_modules
/
es-abstract
/
helpers
📍 /lib/node_modules/npm/node_modules/es-abstract/helpers
🔄 Refresh
✏️
Editing: isFinite.js
Read Only
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; };
💾 Save Changes
❌ Cancel