Current Path : /opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/es-abstract/helpers/ |
Current File : //opt/alt/alt-nodejs12/root/lib/node_modules/npm/node_modules.bundled/es-abstract/helpers/isNaN.js |
module.exports = Number.isNaN || function isNaN(a) { return a !== a; };