!function(e, t) { "object" == typeof exports && "undefined" != typeof module ? t(exports, require("dayjs")) : "function" == typeof define && define.amd ? define([ "exports", "dayjs" ], t) : t((e = "undefined" != typeof globalThis ? globalThis : e || self).DayjsPluginInspect = {}, e.dayjs); }(this, (function(e, t) { "use strict"; const dayjsInspectPlugin = (e, t, n) => { t.prototype[Symbol.for("nodejs.util.inspect.custom")] = function() { return `Dayjs<${this.format()}>`; }; }; function install() { return t.extend(dayjsInspectPlugin); } Object.defineProperty(dayjsInspectPlugin, "__esModule", { value: !0 }), Object.defineProperty(dayjsInspectPlugin, "dayjsInspectPlugin", { value: dayjsInspectPlugin }), Object.defineProperty(dayjsInspectPlugin, "default", { value: dayjsInspectPlugin }), Object.defineProperty(dayjsInspectPlugin, "install", { value: install }), Object.defineProperty(dayjsInspectPlugin, "plugin", { value: dayjsInspectPlugin }), e.dayjsInspectPlugin = dayjsInspectPlugin, e.default = dayjsInspectPlugin, e.install = install, e.plugin = dayjsInspectPlugin, Object.defineProperty(e, "__esModule", { value: !0 }); })); //# sourceMappingURL=index.umd.production.min.cjs.map