Please enable JavaScript in your browser!
Home
Verkennen
Help
Inloggen
chenpm
/
product_wx
Volgen
1
Ster
0
Vork
0
Bestanden
Kwesties
0
Pull-aanvragen
0
Wiki
Boom:
3b2467d5cb
Aftakkingen
Labels
master
productization
productization2
product_wx
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Geschiedenis
Ruwe
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});