EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/libs/dayjs/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);
};
});