A suite to track Project Diva score statistics and ratings / D4DJ event data.
 
 
 
 
 
 
projectdivar/server/node_modules/number-is-nan
sigonasr2 7dd9f5d0b5 New routes to include playerID 3 years ago
..
index.js New routes to include playerID 3 years ago
license New routes to include playerID 3 years ago
package.json New routes to include playerID 3 years ago
readme.md New routes to include playerID 3 years ago

readme.md

number-is-nan Build Status

ES2015 Number.isNaN() ponyfill

Install

$ npm install --save number-is-nan

Usage

var numberIsNan = require('number-is-nan');

numberIsNan(NaN);
//=> true

numberIsNan('unicorn');
//=> false

License

MIT © Sindre Sorhus