Skip to content

Commit bd52102

Browse files
authored
add fetch back to exports (#3)
1 parent d4cf6f7 commit bd52102

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

packages/fetch/src/lib.node.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
export { default, Headers, Request, Response } from "./fetch.js"
1+
export { default, fetch, Headers, Request, Response } from "./fetch.js";
22

3+
export { ReadableStream, Blob, FormData } from './package.js';
34
// Node 18+ introduces fetch API globally and it doesn't support our use-cases yet.
4-
// For now we always use the polyfill.
5-
export { ReadableStream, Blob, FormData } from './package.js'
6-
5+
// For now we always use the polyfill.

0 commit comments

Comments
 (0)