Skip to content

Commit

Permalink
fix: request and auth fns getting exported as types
Browse files Browse the repository at this point in the history
  • Loading branch information
vixalien committed Apr 1, 2024
1 parent 3219d4b commit 2a3e3fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ export * from "./store.ts";
export * from "./setup.ts";
export * from "./errors.ts";

export type * from "./request.ts";
export type * from "./auth.ts";
export * from "./request.ts";
export * from "./auth.ts";

export * from "./mixins/browsing.ts";
export * from "./mixins/explore.ts";
Expand Down

0 comments on commit 2a3e3fb

Please sign in to comment.