docs: additional API docs (#100)

This commit is contained in:
Erick Zhao
2024-06-21 14:21:47 -07:00
committed by GitHub
parent 03e27e5a1d
commit a7d68c490d
7 changed files with 198 additions and 19 deletions

6
typedoc.json Normal file
View File

@@ -0,0 +1,6 @@
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.ts"],
"excludeInternal": true,
"sort": ["source-order"]
}