Skip to content

useMethodDecorator

@tsed/core

Usage

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

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

Overview

ts
function useMethodDecorator(decorator: AnyDecorator): (target: any, propertyKey: string | symbol) => any;

Released under the MIT License.