Skip to content

Commit c08be00

Browse files
committed
Fix
1 parent b269281 commit c08be00

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ export * from './cache';
33
export * from './dedupe';
44
export * from './queue';
55
export * from './poll';
6+
export * from './utils';

typedoc.json

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
{
22
"$schema": "https://typedoc.org/schema.json",
3-
"entryPoints": [
4-
"./src/index.ts",
5-
"./src/utils.ts",
6-
"./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-
],
3+
"entryPoints": ["./src/index.ts"],
154
"out": "doc"
165
}

0 commit comments

Comments
 (0)