Skip to content

Commit

Permalink
feat(interceptor): export
Browse files Browse the repository at this point in the history
  • Loading branch information
jiawei397 committed Dec 18, 2021
1 parent 0a5d3e7 commit 04d9110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export * from "./src/router.ts";
export * from "./src/params.ts";

export * from "./src/guard.ts";
export * from "./src/interceptor.ts";

export * from "./src/factorys/class.factory.ts";
export * from "./src/factorys/nest.factory.ts";
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ export * from "./provider.interface.ts";
export * from "./route.interface.ts";
export * from "./scope-options.interface.ts";
export * from "./type.interface.ts";
export * from "./interceptor.interface.ts";

0 comments on commit 04d9110

Please sign in to comment.