UNPKG

@itrocks/config

Version:

Loads and merges config.yaml files from all dependencies for unified, project-wide configuration

4 lines (3 loc) 150 B
export type Config = Record<string, any>; export declare const config: Config; export declare function scanConfigFiles(path?: string): Promise<void>;