1 2 3 4 5
import { fetchSync } from "macro:./fetchSync.tsx"; const synchronousFetch = fetchSync(`https://example.com`); console.log(synchronousFetch);