@bluecadet/launchpad-cli
Version:
CLI for @bluecadet/launchpad utilities
7 lines • 368 B
TypeScript
/**
* Searches for all config files in the current and parent directories, up to a max depth of 64.
* @returns {string[]} Array of absolute paths to the config files found.
*/
export declare function findConfig(): string | null | undefined;
export declare function loadConfigFromFile<T>(configPath: string): Promise<Partial<T>>;
//# sourceMappingURL=config.d.ts.map