blob: e4d4f95f316dd5a768439f9d272474c123749c37 [file] [log] [blame]
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};