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