1
2
3
4
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
export const fourchan_catalog = (board: string) =>
fetchJSON(`https://a.4cdn.org/${board}/catalog.json`);