This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
ShariX
/
converse-built
İzle
3
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Değişiklik İstekleri
0
Wiki
Dal:
unstable
Dallar
Biçim İmleri
master
unstable
converse-built
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Kalıcı Bağlantı
Geçmiş
Ham
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});