UNPKG

swedish-holidays

Version:

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

8 lines (7 loc) 287 B
import AllSaintsEve from './all-saints-eve'; import { IHolidayOptions } from '../holidays.interface'; export default class AllSaintsDay extends AllSaintsEve { isPublicHoliday: boolean; constructor({ year, language }?: IHolidayOptions); static mightBe(date: Date): boolean; }