1
2
3
4
5
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON";
export let hnGetMaxId = () => fetchJSON(
`https://hacker-news.firebaseio.com/v0/maxitem.json?print=pretty`
)