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:
parent
423418e956
commit
e81e7b8e09
@ -3,6 +3,8 @@ export {
|
||||
LoggedFunction,
|
||||
LoggedController,
|
||||
LoggedInjectable,
|
||||
LoggedGuard,
|
||||
LoggedInterceptor,
|
||||
} from "./logged";
|
||||
export { ScopedLogger } from "./logger";
|
||||
export {
|
||||
|
Loading…
x
Reference in New Issue
Block a user