module.exports = Number.isNaN || function isNaN(a) { return a !== a; };
Attach a file by drag & drop or click to upload