Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Registrar
Entrar
root
/
leromro-mini
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
e45d3a60d5
Branches
Tags
dev-1.2.0
dev-1.3.0
hotfix-1.2.1
master
release
test
v1.1.0
leromro-mini
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Histórico
Raw
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});