Newer
Older
CVSS_3.0_GUI / node_modules / nwjs-builder-phoenix / node_modules / yargs / node_modules / string-width / node_modules / is-fullwidth-code-point / node_modules / number-is-nan / index.js
root on 7 May 2019 82 bytes Initial commit
'use strict';
module.exports = Number.isNaN || function (x) {
	return x !== x;
};