Skip to content

Commit

Permalink
export FetchResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisjiang committed May 9, 2024
1 parent 914f685 commit cc1bf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export type { FetchInit, FetchTask } from './fetch/defines.ts';
export type { FetchInit, FetchResponse, FetchTask } from './fetch/defines.ts';
export { fetchT } from './fetch/fetch.ts';

0 comments on commit cc1bf3f

Please sign in to comment.