This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
zengzheng
/
CDSS-daming-web
İzle
1
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
main
Dallar
Biçim İmleri
main
CDSS-daming-web
/
node_modules
/
es-abstract
/
helpers
/
isNaN.js
isNaN.js
88 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
'use strict';
module.exports = Number.isNaN || function isNaN(a) {
return a !== a;
};