@nesto-software/moment-holiday-sweden
Version:
The swedish locale for moment-holiday.
15 lines (14 loc) • 592 B
TypeScript
import { AbstractHolidayDefinitionFactory, Country } from "@nesto-software/moment-holiday-core";
/**
* Creates holiday definitions for Sweden.
*/
export declare class SwedishHolidayDefinitionFactory extends AbstractHolidayDefinitionFactory {
private static readonly COUNTRY_NAME;
private static readonly COUNTRY_ABBREVIATION;
getCountryName(): string;
getCountryAbbreviation(): string;
createCountry(): Country;
}
export declare type SwedishCountryName = "Sweden";
export declare type SwedishCountryAbbrevition = "SE";
export declare type SwedishStateAbbreviation = "";