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-07-22 22:43:47 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
8bffcd06cd28c6b88cd4fdf2c5cfa711afbcec9f
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