Your IP : 18.222.168.73


Current Path : /proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/number-is-nan/
Upload File :
Current File : //proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/number-is-nan/index.js

'use strict';
module.exports = Number.isNaN || function (x) {
	return x !== x;
};

?>