Please enable JavaScript in your browser!
Domů
Procházet
Nápověda
Přihlásit se
chenpm
/
yixing_zc_wx
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
454919970a
Větve
Značky
main
yixing_zc_wx
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Historie
Surový
1
2
3
4
5
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};