Skip to content

Commit 1e7efa1

Browse files
committed
expose typed fetch
1 parent 796410b commit 1e7efa1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import type {
1010
OpErrorType,
1111
OpDefaultReturnType,
1212
OpReturnType,
13+
TypedFetch,
1314
} from './types'
1415

1516
import { ApiError } from './types'
@@ -24,6 +25,7 @@ export type {
2425
FetchErrorType,
2526
ApiResponse,
2627
Middleware,
28+
TypedFetch,
2729
}
2830

2931
export { Fetcher, ApiError }

0 commit comments

Comments
 (0)