This package contains types and const of all german federal states and capital cities.
Provides an object of all federal states with language indexed (by ISO-639-1 code) name. At the moment I've only added the german name of the federal state. Feel free to add more languages if needed.
console.log(FederalStates.SN.de);
// prints: "Sachsen"
Provides an object of the capital city for each federal state. City names are also language indexed (by ISO-639-1 code).
console.log(CapitalCities.SN.de);
// prints: "Dresden"