🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 08:26:16 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
es-abstract
/
helpers
📍 /usr/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