Skip to content

decoratorTypeOf

@tsed/core

Usage

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

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

Overview

ts
function decoratorTypeOf(args: any[]): DecoratorTypes;

Released under the MIT License.