This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
songchenchen
/
VehicleMonitor-WEB
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
755db441ff
Ramos
Etiquetas
master
VehicleMonit...
/
node_modules
/
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);
};
});