feat: add LoggedGuard and LoggedInterceptor to exports

This commit introduces LoggedGuard and LoggedInterceptor to the list of exported modules in the index.ts file, enhancing the logging capabilities of the application by making these additional decorators available for use.
This commit is contained in:
Shinwoo PARK 2025-03-18 21:22:05 +09:00
parent 423418e956
commit e81e7b8e09

View File

@ -3,6 +3,8 @@ export {
LoggedFunction,
LoggedController,
LoggedInjectable,
LoggedGuard,
LoggedInterceptor,
} from "./logged";
export { ScopedLogger } from "./logger";
export {