Skip to content

InjectConfigSource

@tsed/config

Usage

typescript
import { InjectConfigSource } from "@tsed/config/src/decorators/injectConfigSource";

See /packages/config/src/decorators/injectConfigSource.ts.

Overview

ts
function InjectConfigSource(name: string): any;
  • name (string): - The name of the configuration source to inject.

Description

Injects a specific configuration source by its name.

Released under the MIT License.