1
2
3
4
5
6
7
8
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
// GitHub gists
export let githubGists = fetchJSON(
"https://api.github.com/users/stevekrouse/gists",
);
console.log(await githubGists);