useDecorators
@tsed/core
Usage
typescript
import { useDecorators } from "@tsed/core";
See /packages/core/src/types/utils/decorators/useDecorators.ts.
Overview
ts
function useDecorators(...decorators: AnyDecorator[]): any;