dayjsbr
This commit is contained in:
parent
850a683ae0
commit
0bb66d830f
6 changed files with 17 additions and 22 deletions
|
|
@ -28,7 +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,
|
||||
dayjsbr: () => import_dayjs.default,
|
||||
duration: () => import_duration.default,
|
||||
isSameOrAfter: () => import_isSameOrAfter.default,
|
||||
isSameOrBefore: () => import_isSameOrBefore.default,
|
||||
|
|
@ -58,7 +58,6 @@ import_dayjs.default.extend(import_isSameOrAfter.default);
|
|||
import_dayjs.default.extend(import_minMax.default);
|
||||
import_dayjs.default.extend(import_relativeTime.default);
|
||||
import_dayjs.default.extend(import_duration.default);
|
||||
const dayjsbr = import_dayjs.default;
|
||||
// Annotate the CommonJS export names for ESM import in node:
|
||||
0 && (module.exports = {
|
||||
dayjsbr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue