68 lines
2.0 KiB
JavaScript
68 lines
2.0 KiB
JavaScript
"use strict";
|
|
|
|
var _index = require("./constants/index.cjs");
|
|
Object.keys(_index).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _index[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index[key];
|
|
}
|
|
});
|
|
});
|
|
var _index2 = require("./date/index.cjs");
|
|
Object.keys(_index2).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _index2[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index2[key];
|
|
}
|
|
});
|
|
});
|
|
var _mini = require("./date/mini.cjs");
|
|
Object.keys(_mini).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _mini[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _mini[key];
|
|
}
|
|
});
|
|
});
|
|
var _index3 = require("./tz/index.cjs");
|
|
Object.keys(_index3).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _index3[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index3[key];
|
|
}
|
|
});
|
|
});
|
|
var _index4 = require("./tzOffset/index.cjs");
|
|
Object.keys(_index4).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _index4[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index4[key];
|
|
}
|
|
});
|
|
});
|
|
var _index5 = require("./tzScan/index.cjs");
|
|
Object.keys(_index5).forEach(function (key) {
|
|
if (key === "default" || key === "__esModule") return;
|
|
if (key in exports && exports[key] === _index5[key]) return;
|
|
Object.defineProperty(exports, key, {
|
|
enumerable: true,
|
|
get: function () {
|
|
return _index5[key];
|
|
}
|
|
});
|
|
}); |