Please enable JavaScript in your browser!
Ana Sayfa
Keşfet
Yardım
Giriş Yap
chenpm
/
product_wx
İzle
1
Yıldızla
0
Çatalla
0
Files
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Ağaç:
5eaa0481fb
Dallar
Biçim İmleri
master
productization
productization2
product_wx
/
node_modules
/
number-is-nan
/
index.js
index.js
82 B
Geçmiş
Ham
1
2
3
4
5
'use strict';
module.exports = Number.isNaN || function (x) {
return x !== x;
};