UNPKG

hellenic-holidays

Version:

A modern TypeScript package for Greek holidays and Orthodox celebrations

10 lines (9 loc) 337 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HolidayType = void 0; var HolidayType; (function (HolidayType) { HolidayType["PUBLIC"] = "public"; HolidayType["CUSTOMARY"] = "customary"; HolidayType["RELIGIOUS"] = "religious"; })(HolidayType || (exports.HolidayType = HolidayType = {}));