// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
es-abstract
/
helpers
[ PARENT ]
EDIT :: isNaN.js
module.exports = Number.isNaN || function isNaN(a) { return a !== a; };
SAVE
CANCEL