This website requires JavaScript.
Explore
Help
Sign In
thang
/
notes
Watch
1
Star
0
Fork
0
mirror of
https://github.com/thangisme/notes.git
synced
2026-08-03 19:00:41 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3d4e1de008998438ce405f2eee5154c7d7a2ac88
notes
/
node_modules
/
number-is-nan
/
index.js
T
5 lines
82 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2017-03-09 13:16:08 -05:00
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
};
Reference in New Issue
Copy Permalink