File "isNaN.js"
Full Path: C:/wamp64/www/INTERPRETE2/backend/node_modules/math-intrinsics/isNaN.js
File size: 121 bytes
MIME-type: text/plain
Charset: utf-8
'use strict';
/** @type {import('./isNaN')} */
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};