Skip to content

Commit 4b36aa9

Browse files
committed
add middleware and types to api docs
1 parent d05f6e0 commit 4b36aa9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: packages/parser/typedoc.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"../../typedoc.base.json"
44
],
55
"entryPoints": [
6-
"./src/index.ts"
6+
"./src/index.ts",
7+
"./src/middleware/parser.ts",
8+
"./src/types/index.ts"
79
],
810
"readme": "README.md"
911
}

0 commit comments

Comments
 (0)