1
2
3
import { fetch } from "https://esm.town/v/std/fetch";
export let result = (await fetch('https://swapi.dev/api/people/1/')).json()