| DIR:/proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/es-abstract/helpers/ |
| Current File : //proc/thread-self/cwd/bright.medisavehealthcarebd.com/node_modules/es-abstract/helpers/isNaN.js |
'use strict';
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};
|