This website works better with JavaScript
Domů
Procházet
Nápověda
Přihlásit se
usky-oa
/
jnpf-web-datascreen-vue3
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
7cbf83a025
Větve
Značky
master
jnpf-web-dat...
/
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);
};
});