This website requires JavaScript.
Explore
Help
Sign In
akira
/
made-in-akira
Watch
1
Star
0
Fork
You've already forked made-in-akira
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
83f1f9e08b
made-in-akira
/
node_modules
/
number-is-nan
/
index.js
5 lines
82 B
JavaScript
Raw
Blame
History
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink