X7ROOT File Manager
Current Path:
/usr/lib/node_modules/npm/node_modules/es-abstract/helpers
usr
/
lib
/
node_modules
/
npm
/
node_modules
/
es-abstract
/
helpers
/
ðŸ“
..
📄
assign.js
(351 B)
📄
isFinite.js
(199 B)
📄
isNaN.js
(73 B)
📄
isPrimitive.js
(136 B)
📄
mod.js
(142 B)
📄
sign.js
(74 B)
Editing: 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; };
Upload File
Create Folder