This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
Blessing-garden
/
fny-ugd-palace-uniapp
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
3b16a895ae
Ramos
Etiquetas
master
fny-ugd-pala...
/
common
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Histórico
Em bruto
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});