Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { Intercept } from "@tsed/di";
See /packages/di/src/types/common/decorators/intercept.ts.
function Intercept<T extends InterceptorMethods>(interceptor: Type<T>, options?: any): any;
Attaches interceptor to method call and executes the before and after methods