NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/dayjs/esm/plugin/isMoment/index.js
2023-09-14 14:47:11 +08:00

5 lines
108 B
Java

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