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://bed.paperee.repl.co/detail"
);