| DIR: /proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/es-abstract/helpers/ |
| Current File : //proc/self/root/proc/self/root/lib/node_modules/npm/node_modules/es-abstract/helpers/isNaN.js |
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};
|