This website works better with JavaScript.
Explore
Help
Register
Sign In
sigonasr2
/
projectdivar
Watch
1
Star
0
Fork
You've already forked projectdivar
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
A suite to track Project Diva score statistics and ratings / D4DJ event data.
88
Commits
25
Branches
0
Tags
88 MiB
JavaScript
73.8%
Roff
20.7%
Shell
3%
CSS
1.3%
TypeScript
0.7%
Other
0.6%
Tree:
ee310e84e0
projectdivar
/
server
/
node_modules
/
number-is-nan
/
index.js
4 lines
82 B
Raw
Blame
History
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
}
;
Reference in new issue
View Git Blame
Copy Permalink