²é¿´/±à¼ ´úÂë
ÄÚÈÝ
'use strict'; /** @type {import('./isNaN')} */ module.exports = Number.isNaN || function isNaN(a) { return a !== a; };