Skip to content

Commit

Permalink
✏️ Fix: export Response, Headers from fetch API
Browse files Browse the repository at this point in the history
  • Loading branch information
siguici committed Aug 19, 2024
1 parent 1a20b58 commit 0fe2801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ const _Request = Request;
const _Response = Response;
const _Headers = Headers;

export { _fetch as fetch, _Request as Request, _Response, _Headers };
export { _fetch as fetch, _Request as Request, _Response as Response, _Headers as Headers };

0 comments on commit 0fe2801

Please sign in to comment.