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