We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3219d4b commit 2a3e3fbCopy full SHA for 2a3e3fb
mod.ts
@@ -2,8 +2,8 @@ export * from "./store.ts";
2
export * from "./setup.ts";
3
export * from "./errors.ts";
4
5
-export type * from "./request.ts";
6
-export type * from "./auth.ts";
+export * from "./request.ts";
+export * from "./auth.ts";
7
8
export * from "./mixins/browsing.ts";
9
export * from "./mixins/explore.ts";
0 commit comments