Skip to content

Commit

Permalink
Export ApitallyConsumer type
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimon committed Jul 7, 2024
1 parent 906f0da commit b009af4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/express/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { ApitallyConsumer } from "../common/types.js";
export { useApitally } from "./middleware.js";
1 change: 1 addition & 0 deletions src/fastify/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { ApitallyConsumer } from "../common/types.js";
export { default as apitallyPlugin } from "./plugin.js";
1 change: 1 addition & 0 deletions src/koa/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { ApitallyConsumer } from "../common/types.js";
export { useApitally } from "./middleware.js";
1 change: 1 addition & 0 deletions src/nestjs/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export type { ApitallyConsumer } from "../common/types.js";
export { useApitally } from "../express/index.js";

0 comments on commit b009af4

Please sign in to comment.