Your IP : 3.16.139.131


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;
};

?>