Skip to content

Commit

Permalink
feat: export type HttpLoggerOptions (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen authored Nov 7, 2024
1 parent 56da937 commit 18ad33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export { pinoLogger, logger } from "./middleware";
export { PinoLogger, httpCfgSym } from "./logger";
export { getLogger } from "./utils";
export type { Options, Env } from "./types";
export type { Options, Env, HttpLoggerOptions } from "./types";

0 comments on commit 18ad33c

Please sign in to comment.