Skip to content

decoratorArgs

@tsed/core

Usage

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

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

Overview

ts
function decoratorArgs(target: any, propertyKey: string): DecoratorParameters;

Released under the MIT License.