Skip to content

Commit b7b5d0f

Browse files
committed
Export defaultProviderInstance
1 parent f6ddebe commit b7b5d0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mod.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ export { type CacheKey, FetchClientCache } from "./src/FetchClientCache.ts";
66
export type { RequestOptions } from "./src/RequestOptions.ts";
77
export type { FetchClientMiddleware } from "./src/FetchClientMiddleware.ts";
88
export type { FetchClientContext } from "./src/FetchClientContext.ts";
9-
export { FetchClientProvider } from "./src/FetchClientProvider.ts";
9+
export {
10+
defaultInstance as defaultProviderInstance,
11+
FetchClientProvider,
12+
} from "./src/FetchClientProvider.ts";
1013
export * from "./src/DefaultHelpers.ts";

0 commit comments

Comments
 (0)