UNPKG

spaider

Version:

Deterministic-first AI code assistant that crawls your codebase to implement changes using open source LLMs

8 lines 234 B
export declare namespace Tree { function generateTree(projectRoot?: string, options?: { types?: string[]; exclude?: string[]; maxFiles?: number; }): Promise<string>; } //# sourceMappingURL=tree.d.ts.map