UNPKG

hellenic-holidays

Version:

A modern TypeScript package for Greek holidays and Orthodox celebrations

7 lines (6 loc) 280 B
import { Holiday } from "../types"; export declare const fixedHolidays: (Omit<Holiday, "date"> & { getDate: (year: number) => Date; })[]; export declare function calculateOrthodoxEaster(year: number): Date; export declare function getMovableHolidays(year: number): Holiday[];