We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ddebe commit b7b5d0fCopy full SHA for b7b5d0f
mod.ts
@@ -6,5 +6,8 @@ export { type CacheKey, FetchClientCache } from "./src/FetchClientCache.ts";
6
export type { RequestOptions } from "./src/RequestOptions.ts";
7
export type { FetchClientMiddleware } from "./src/FetchClientMiddleware.ts";
8
export type { FetchClientContext } from "./src/FetchClientContext.ts";
9
-export { FetchClientProvider } from "./src/FetchClientProvider.ts";
+export {
10
+ defaultInstance as defaultProviderInstance,
11
+ FetchClientProvider,
12
+} from "./src/FetchClientProvider.ts";
13
export * from "./src/DefaultHelpers.ts";
0 commit comments