Newer
Older
alert / js / node_modules / dayjs / esm / plugin / isMoment / index.js
@Réz István Réz István on 18 Nov 2021 108 bytes first commit
export default (function (o, c, f) {
  f.isMoment = function (input) {
    return f.isDayjs(input);
  };
});