1
2
3
4
5
import { fetchJSON } from "https://esm.town/v/stevekrouse/fetchJSON?v=41";
export let meow = fetchJSON(
"https://pokeapi.co/api/v2/pokemon/ditto"
);