@nesto-software/moment-holiday-germany
Version:
The german locale for moment-holiday.
8 lines (7 loc) • 485 B
TypeScript
import { IHolidayDefinitionInternal, Legislation } from "@nesto-software/moment-holiday-core";
/**
* Returns holiday definitions which are usually common for all german states.
* However, they are defined per state. That is why each state locale returns them.
* @param legislation the legislation of the state which defines this common holiday definitions itself
*/
export declare const COMMON_STATE_HOLIDAY_DEFINITIONS: (legislation: Legislation) => IHolidayDefinitionInternal[];