UNPKG

swedish-holidays

Version:

Library for calculating the date of all swedish holidays for any given year.

7 lines (6 loc) 301 B
import { EasterSundayDependant } from './easter-sunday'; import { IHolidayOptions } from '../holidays.interface'; export default class GoodFriday extends EasterSundayDependant implements EasterSundayDependant { constructor({ year, language }?: IHolidayOptions); static easterOffset: number; }