Introduction
Migration
Appearance
import { bindIntercept } from "@tsed/di";
See /packages/di/src/types/common/decorators/intercept.ts.
function bindIntercept(target: any, propertyKey: string | symbol, token: TokenProvider, options: Record<string, unknown>): TypedPropertyDescriptor<any> | undefined;