spaider
Version:
Deterministic-first AI code assistant that crawls your codebase to implement changes using open source LLMs
6 lines • 430 B
TypeScript
export declare namespace Discovery {
function discoverFromPaths(filePaths: string[], excludePaths: string[], projectRoot: string): Promise<string[]>;
function discoverFromSearchTerms(searchTerms: string[], excludePaths: string[], projectRoot: string): Promise<string[]>;
function searchFiles(symbols: string[], projectRoot: string, filePatterns?: string[]): Promise<string[]>;
}
//# sourceMappingURL=discovery.d.ts.map