OwlCyberSecurity - MANAGER
Edit File: isNaN.js
module.exports = Number.isNaN || function isNaN(a) { return a !== a; };