UNPKG

czech-holidays

Version:

A function to return public holidays in the Czech Republic in the specified year.

6 lines (5 loc) 142 B
export declare type HolidayDate = { d: number; m: number; }; export declare function CzechHolidays(year: number): HolidayDate[];