This website works better with JavaScript.
Explore
Help
Sign In
rdrew
/
Biosafety_D9_Theme
Watch
1
Star
0
Fork
You've already forked Biosafety_D9_Theme
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Subtheme of barrio
2
Commits
1
Branch
0
Tags
27 MiB
Tree:
b4f7bc8c76
Biosafety_D9_Theme
/
node_modules
/
number-is-nan
/
index.js
5 lines
82 B
Raw
Normal View
History
Unescape
Escape
1st
2 years ago
'use strict'
;
module
.
exports
=
Number
.
isNaN
||
function
(
x
)
{
return
x
!==
x
;
}
;