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-16 18:12:34 -04:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
b5de18ec2d8a9c7fba95dbff9737a27aa5017fae
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