Edit File: index.js
'use strict'; module.exports = Number.isNaN || function (x) { return x !== x; };
Back to File Manager