Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Sep 7, 2023
1 parent 0b67c80 commit d4d00ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/primitives/type-definitions/fetch.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Headers = globalThis.Headers
export class Headers extends globalThis.Headers {}

export class Request extends globalThis.Request {
readonly headers: Headers
Expand Down

0 comments on commit d4d00ff

Please sign in to comment.