mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
import { fetchSync } from "macro:./fetchSync.tsx";
|
|
|
|
const synchronousFetch = fetchSync(`https://example.com`);
|
|
|
|
console.log(synchronousFetch);
|