????

Your IP : 18.216.9.215


Current Path : /proc/thread-self/root/lib/node_modules/npm/node_modules/es-abstract/helpers/
Upload File :
Current File : //proc/thread-self/root/lib/node_modules/npm/node_modules/es-abstract/helpers/isNaN.js

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