Skip to content

Commit

Permalink
fix(LocalWebMentionStorage): #18 - export LocalWebMentionStorage
Browse files Browse the repository at this point in the history
  • Loading branch information
vandie committed Nov 11, 2023
1 parent bc67594 commit 7f4df2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from "./classes/web-mention-handler.class";
export * from "./interfaces/web-mention-storage.interface";
export * from "./types/mention.type";
export * from "./types/simple-mention.type";
export * from "./types/web-mention-options.type";
export * from "./types/web-mention-options.type";
export * from "./classes/local-web-mention-storage.class"

0 comments on commit 7f4df2f

Please sign in to comment.