Skip to content

DecoratorMethodParameters

@tsed/core

Usage

typescript
import { DecoratorMethodParameters } from "@tsed/core/src/types/DecoratorParameters";

See /packages/core/src/types/DecoratorParameters.ts.

Overview

ts
type DecoratorMethodParameters = [any, string | symbol, PropertyDescriptor];

Description

Specialized variant for method decorators where the third element is always a PropertyDescriptor.

Released under the MIT License.