czech-holidays
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

Czech Holidays

A function that lists public holidays in the Czech Republic in the specified year.

Usage

JavaScript

const { CzechHolidays } = require("czech-holidays");
 
const holidays2020 = CzechHolidays(2020);
 

Typescript

 
import { CzechHolidays, HolidayDate } from "czech-holidays";
 
const holidays2020: HolidayDate[] = CzechHolidays(2020);

Output

[
  {"d": 1, "m": 1},
  {"d": 10, "m": 4},
  {"d": 13, "m": 4},
  {"d": 1, "m": 5},
  {"d": 8, "m": 5},
  {"d": 5, "m": 7},
  {"d": 6, "m": 7},
  {"d": 28, "m": 9},
  {"d": 28, "m": 10},
  {"d": 17, "m": 11},
  {"d": 24, "m": 12},
  {"d": 25, "m": 12},
  {"d": 26, "m": 12}
]

Readme

Keywords

Package Sidebar

Install

npm i czech-holidays

Weekly Downloads

41

Version

1.0.6

License

GPL-3.0-or-later

Unpacked Size

39.2 kB

Total Files

5

Last publish

Collaborators

  • smallhillcz