Skip to content

bindIntercept

@tsed/di

Usage

typescript
import { bindIntercept } from "@tsed/di";

See /packages/di/src/types/common/decorators/intercept.ts.

Overview

ts
function bindIntercept(target: any, propertyKey: string | symbol, token: TokenProvider, options: Record<string, unknown>): TypedPropertyDescriptor<any> | undefined;

Released under the MIT License.