Ai-Tunes's picture
Upload 656 files
1a3d6ba
raw
history blame
82 Bytes
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};