UNPKG

@nesto-software/moment-holiday-austria

Version:

The austrian locale for moment-holiday.

22 lines 909 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const moment_holiday_core_1 = require("@nesto-software/moment-holiday-core"); /** * Indicates that the holiday is only applicable for people with one of the given * religions. */ class ReligionTag extends moment_holiday_core_1.MultivalueTag { constructor(_religionOrReligions) { super(_religionOrReligions); this._religionOrReligions = _religionOrReligions; } } exports.ReligionTag = ReligionTag; var Religion; (function (Religion) { Religion["ENVANGELISCH_AB"] = "Evangelische Kirche A.B."; Religion["ENVANGELISCH_HB"] = "Evangelische Kirche H.B."; Religion["ALTKATHOLISCHE_KIRCHE"] = "Altkatholische Kirche"; Religion["EVANGELISCH_METHODISTISCH"] = "Evangelisch-methodistischen Kirche"; })(Religion = exports.Religion || (exports.Religion = {})); //# sourceMappingURL=religion-tag.js.map