UNPKG

@bluecadet/launchpad-cli

Version:
7 lines 392 B
/** * Searches for config file in the current and parent directories, up to a max depth of 64. * @returns {string | null} Absolute path to the first config file found, or null if none are found. */ export declare function findFirstConfigRecursive(): string | null; export declare function loadConfigFromFile<T>(configPath: string): Promise<Partial<T>>; //# sourceMappingURL=config.d.ts.map