.
This commit is contained in:
parent
b964e826d5
commit
0ca2e7dc5a
6 changed files with 5 additions and 39 deletions
|
|
@ -28,15 +28,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|||
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
||||
var dayjs_exports = {};
|
||||
__export(dayjs_exports, {
|
||||
dayjsbr: () => dayjsbr,
|
||||
duration: () => import_duration.default,
|
||||
isSameOrAfter: () => import_isSameOrAfter.default,
|
||||
isSameOrBefore: () => import_isSameOrBefore.default,
|
||||
minMax: () => import_minMax.default,
|
||||
relativeTime: () => import_relativeTime.default,
|
||||
timezone: () => import_timezone.default,
|
||||
utc: () => import_utc.default,
|
||||
weekOfYear: () => import_weekOfYear.default
|
||||
dayjsbr: () => dayjsbr
|
||||
});
|
||||
module.exports = __toCommonJS(dayjs_exports);
|
||||
var import_dayjs = __toESM(require("dayjs"));
|
||||
|
|
@ -61,13 +53,5 @@ dayjsbr.extend(import_relativeTime.default);
|
|||
dayjsbr.extend(import_duration.default);
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
dayjsbr,
|
||||
duration,
|
||||
isSameOrAfter,
|
||||
isSameOrBefore,
|
||||
minMax,
|
||||
relativeTime,
|
||||
timezone,
|
||||
utc,
|
||||
weekOfYear
|
||||
dayjsbr
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue