UNPKG

@tsed/config

Version:
5 lines (3 loc) 180 B
import {ConfigSource} from "../interfaces/ConfigSource.js"; export const CONFIG_SOURCES = Symbol.for("CONFIG_SOURCES"); export type CONFIG_SOURCES = Record<string, ConfigSource>;