This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
yp_web
/
AI-TALK-web
Suivre
14
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
9303ef3d71
Branches
Tags
main
AI-TALK-web
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Historique
Raw
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});