InjectConfigSource
@tsed/config
Usage
typescript
import { InjectConfigSource } from "@tsed/config/core/src/decorators/injectConfigSource";See /packages/config/core/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.