Skip to content

Commit

Permalink
chore(internal): export HeadersInit type shim (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Aug 23, 2023
1 parent ecf3bce commit cf9f672
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/_shims/fetch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ export type {
_RequestInfo as RequestInfo,
_ResponseType as ResponseType,
_BodyInit as BodyInit,
_HeadersInit as HeadersInit,
};
1 change: 1 addition & 0 deletions src/_shims/fetch.node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ export type {
_RequestInfo as RequestInfo,
_ResponseType as ResponseType,
_BodyInit as BodyInit,
_HeadersInit as HeadersInit,
};

0 comments on commit cf9f672

Please sign in to comment.