Your IP : 18.222.100.201
Current Path :
/
proc
/
self
/
root
/
lib
/
node_modules
/
npm
/
node_modules
/
number-is-nan
/
Upload File :
Current File : //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; };