We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b269281 commit c08be00Copy full SHA for c08be00
src/index.ts
@@ -3,3 +3,4 @@ export * from './cache';
3
export * from './dedupe';
4
export * from './queue';
5
export * from './poll';
6
+export * from './utils';
typedoc.json
@@ -1,16 +1,5 @@
1
{
2
"$schema": "https://typedoc.org/schema.json",
- "entryPoints": [
- "./src/index.ts",
- "./src/utils.ts",
- "./src/plugins/dedupe.ts",
7
- "./src/plugins/error-retry.ts",
8
- "./src/plugins/error-cache.ts",
9
- "./src/plugins/progress.ts",
10
- "./src/plugins/throttle.ts",
11
- "./src/plugins/token-refresh.ts",
12
- "./src/plugins/cache/index.ts",
13
- "./src/plugins/mock/index.ts",
14
- ],
+ "entryPoints": ["./src/index.ts"],
15
"out": "doc"
16
}
0 commit comments