AlkantarClanX12

Your IP : 18.118.154.237


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

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