@jbouduin/holidays-lib
Version:
Get World-Wide Holidays
33 lines (32 loc) • 1.59 kB
JavaScript
;
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
var desc = Object.getOwnPropertyDescriptor(m, k);
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
desc = { enumerable: true, get: function() { return m[k]; } };
}
Object.defineProperty(o, k2, desc);
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./category"), exports);
__exportStar(require("./christian-holiday-type"), exports);
__exportStar(require("./chronology-type"), exports);
__exportStar(require("./condition"), exports);
__exportStar(require("./cycle"), exports);
__exportStar(require("./ethiopian-orthodox-holiday-type"), exports);
__exportStar(require("./hebrew-holiday-type"), exports);
__exportStar(require("./hijri-date"), exports);
__exportStar(require("./holiday-type"), exports);
__exportStar(require("./islamic-holiday-type"), exports);
__exportStar(require("./islamic-calendar"), exports);
__exportStar(require("./month"), exports);
__exportStar(require("./move-to"), exports);
__exportStar(require("./weekday"), exports);
__exportStar(require("./when"), exports);
__exportStar(require("./which"), exports);