EASYAIuniappNewUI/node_modules/dayjs/esm/plugin/isMoment/index.js
2025-02-08 18:50:38 +08:00

5 lines
108 B
JavaScript

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