A suite to track Project Diva score statistics and ratings / D4DJ event data.
 
 
 
 
 
 
projectdivar/server/node_modules/number-is-nan/index.js

4 lines
82 B

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