Subtheme of barrio

5 lines
82 B

2 years ago
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};