mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
2 lines
67 B
JavaScript
2 lines
67 B
JavaScript
export default "Bun" in globalThis ? Bun.fetch : globalThis.fetch;
|