Skip to content

Commit 2a3e3fb

Browse files
committed
fix: request and auth fns getting exported as types
1 parent 3219d4b commit 2a3e3fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mod.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ export * from "./store.ts";
22
export * from "./setup.ts";
33
export * from "./errors.ts";
44

5-
export type * from "./request.ts";
6-
export type * from "./auth.ts";
5+
export * from "./request.ts";
6+
export * from "./auth.ts";
77

88
export * from "./mixins/browsing.ts";
99
export * from "./mixins/explore.ts";

0 commit comments

Comments
 (0)