Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
chenpm
/
product_wx
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
c77957e60f
Grenar
Taggar
master
productization
productization2
product_wx
/
node_modules
/
dayjs
/
esm
/
plugin
/
isMoment
/
index.js
index.js
108 B
Historik
Rå
1
2
3
4
5
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});