This website works better with JavaScript.
Domů
Procházet
Nápověda
Přihlásit se
CDCC
/
OLAS
Sledovat
3
Oblíbit
0
Rozštěpit
0
Zdrojový kód
Úkoly
0
Požadavky na natažení
0
Vydání
0
Wiki
Activity
Bez popisu
33
Revize
14
Větve
Strom:
b74b618bdd
OLAS
/
node_modules
/
number-is-nan
/
index.js
index.js
82B
Historie
Surový
1
2
3
4
'use strict'
;
module
.exports =
Number
.isNaN ||
function
(
x
)
{
return
x !== x;
};