Skip to content

useMethodDecorators

@tsed/core

Usage

typescript
import { useMethodDecorators } from "@tsed/core";

See /packages/core/src/types/utils/decorators/useMethodDecorators.ts.

Overview

ts
function useMethodDecorators(...decorators: AnyDecorator[]): (target: any, propertyKey: string | symbol) => void;

Released under the MIT License.