Skip to content

getInterceptorOptions

@tsed/di

Usage

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

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

Overview

ts
function getInterceptorOptions<T>(target: Type<any>, propertyKey: string | symbol): T;

Released under the MIT License.