flower-mp/node_modules/dayjs/esm/plugin/isMoment/index.js
sdaduanbilei 81d68c96ab change ui
2025-11-13 16:55:23 +08:00

5 lines
108 B
JavaScript

export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});