swedish-holidays
Version:
Library for calculating the date of all swedish holidays for any given year.
7 lines (6 loc) • 303 B
TypeScript
import { EasterSundayDependant } from './easter-sunday';
import { IHolidayOptions } from '../holidays.interface';
export default class EasterMonday extends EasterSundayDependant implements EasterSundayDependant {
constructor({ year, language }?: IHolidayOptions);
static easterOffset: number;
}