Files
bun.sh/test/macro/hello-fetch-macro.tsx
2022-06-22 23:21:48 -07:00

6 lines
143 B
TypeScript

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