Current File : //proc/self/root/proc/self/root/usr/lib/node_modules/npm/node_modules/number-is-nan/index.js
'use strict';
module.exports = Number.isNaN || function (x) {
	return x !== x;
};