Files
tongjiweb/client/node_modules/dayjs/esm/plugin/isMoment/index.js
T
2026-06-04 11:01:29 +08:00

5 lines
108 B
JavaScript

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