UNPKG

@tsed/config

Version:
4 lines (3 loc) 173 B
import { ConfigSource } from "../interfaces/ConfigSource.js"; export declare const CONFIG_SOURCES: unique symbol; export type CONFIG_SOURCES = Record<string, ConfigSource>;