관리-도구
편집 파일: isNaN.js
module.exports = Number.isNaN || function isNaN(a) { return a !== a; };