This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
notarization
/
notarization_applet
Bevaka
2
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
928ef0bea2
Grenar
Taggar
master
notarization...
/
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);
};
});