1
2
3
4
5
6
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// Public holidays in the US in 2023
export let holidaysUS = fetchJSON(
"https://date.nager.at/api/v2/publicholidays/2023/US"
);