UNPKG

swedish-holidays

Version:

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

8 lines (7 loc) 239 B
import Fixed from './fixed'; import { IHolidayOptions } from '../holidays.interface'; export default class Epiphany extends Fixed { static day: number; static month: number; constructor({ year, language }?: IHolidayOptions); }