Introduction
Migration
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