index.js 108 B

12345
  1. export default (function (o, c, f) {
  2. f.isMoment = function (input) {
  3. return f.isDayjs(input);
  4. };
  5. });