This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
night-cherry
/
wiki
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
06b29a2706
Větve
Značky
master
wiki
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Historie
Surový
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});