This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Registrovať
Prihlásiť sa
YG-GROUP
/
youngee_b_api
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Branch:
yk_V3.0
Branche
Tagy
XxY
develop
develop-ljl
develop-zhou
ljl
master
yk_V3.0
youngee_b_api
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Permanentný odkaz
História
Raw
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};