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.
mod.ts
1 parent abbbef7 commit e6e2758Copy full SHA for e6e2758
mod.ts
rest.ts
@@ -0,0 +1,5 @@
1
+/** @module types used at REST API */
2
+
3
+export * from "./base.ts";
4
+export * from "./response.ts";
5
+export * from "./error.ts";
userscript.ts
@@ -1,3 +1,6 @@
+/** @module types used at UserScript */
export * from "./blocks.ts";
export * from "./nodes.ts";
6
export * from "./layout.ts";
0 commit comments