Your IP : 3.129.211.190


Current Path : /opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules.bundled/es-abstract/helpers/
Upload File :
Current File : //opt/alt/alt-nodejs14/root/lib/node_modules/npm/node_modules.bundled/es-abstract/helpers/isNaN.js

module.exports = Number.isNaN || function isNaN(a) {
	return a !== a;
};

?>