UNPKG

brek

Version:
7 lines (6 loc) 200 B
/** * Loads a configuration file relative to the BREK_CONFIG_DIR. Does not * require leading slashes. * @param parts */ export declare function loadConfFile(parts: string[]): Record<string, any>;