This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
YG-GROUP
/
youngee_c_web_v2
İzle
5
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
9c13a18428
Dallar
Biçim İmleri
yk_V3.0
youngee_c_web_v...
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Geçmiş
Ham
1
2
3
4
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};