Introduction
Migration
Configuration
Fundamentals
Advanced
Authentication & Security
API & Documentation
ORM
Orchestration & Workflow
Testing
Third-parties
Links
Premium ConfigSource
Premium TestContainers
Appearance
import { useMethodDecorator } from "@tsed/core";
See /packages/core/src/utils/useMethodDecorators.ts.
function useMethodDecorator(decorator: AnyDecorator): (target: any, propertyKey: string | symbol) => any;
Wraps a decorator to ensure it receives the proper method descriptor.