gree_leran/node_modules/dayjs/esm/plugin/isMoment/index.js

5 lines
108 B
JavaScript
Raw Normal View History

2024-06-14 01:11:29 +00:00
export default (function (o, c, f) {
f.isMoment = function (input) {
return f.isDayjs(input);
};
});