# applyDecorators Function

Module
import { applyDecorators } from "@tsed/core"
Source/packages/core/src/utils/DecoratorUtils.ts

# Overview

function applyDecorators(...decorators: (any | ClassDecorator | MethodDecorator | PropertyDescriptor | ParameterDecorator)[]): any;