Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
kawikabader committed Jan 13, 2025
1 parent fb46980 commit 8713696
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/gasket-fetch/lib/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export function fetch(input: RequestInfo, init?: RequestInit): Promise<Response>;
/* globals RequestInit, RequestInfo */

export function fetch(input: RequestInfo | URL, init?: RequestInit): Promise<Response>;

export default fetch;

0 comments on commit 8713696

Please sign in to comment.