Skip to content

Commit

Permalink
Export InterestProtocol from index
Browse files Browse the repository at this point in the history
  • Loading branch information
bathord committed May 9, 2024
1 parent 5c3d11a commit e3d7383
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ export * from "./providers/turbos/turbos";
export * from "./providers/turbos/types";
export * from "./providers/turbos/utils";

// Interest Protocol
export * from "./providers/interest/interest";
export * from "./providers/interest/types";
export * from "./providers/interest/utils";
export * from "./providers/interest/type-guards";
export * from "./providers/interest/config";

// Storages
export * from "./storages/RedisStorage";
export * from "./storages/InMemoryStorage";
Expand Down

0 comments on commit e3d7383

Please sign in to comment.