summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npmlog/node_modules/gauge/node_modules/string-width/node_modules/is-fullwidth-code-point/node_modules/number-is-nan/index.js
blob: 79be4b9cb8c3bceb6eb08cfca105221d8cee0db1 (plain)
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
	return x !== x;
};