UNPKG

easter-date

Version:

Calculate the date of Easter for a given year

6 lines (5 loc) 174 B
export * from "./easter-monday.js"; export * from "./easter-sunday.js"; export * from "./good-friday.js"; export * from "./holy-saturday.js"; export * from "./holy-week.js";