Skip to content

Commit

Permalink
fix(fetch): export types from undici
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Aug 21, 2023
1 parent 1f8efc8 commit b014b48
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/fetch/src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ import {
export {
FormData,
Headers,
HeadersInit,
Response,
} from 'undici'
export type {
HeadersInit,
RequestInfo,
RequestInit,
} from 'undici'
Expand Down

0 comments on commit b014b48

Please sign in to comment.