Skip to content

Configuration

@tsed/di

Usage

typescript
import { Configuration } from "@tsed/di";

See /packages/di/src/types/common/decorators/configuration.ts.

Overview

ts
function Configuration(): any;
export function Configuration(settings: Partial<TsED.Configuration>): ClassDecorator;
export type Configuration = TsED.DIConfiguration & DIConfiguration;

Description

Get or set Configuration on a class.

Released under the MIT License.