isNaN.js 73 Bytes RawBlameHistoryPermalink 1 2 3 module.exports = Number.isNaN || function isNaN(a) { return a !== a; };