
PK 
| ADDRLIN : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/ |
| Current File : /home/questend/public_html/domains/flaxzy.com/node_modules/es-abstract/helpers/isNaN.js |
'use strict';
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};

