UNPKG

spaider

Version:

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

5 lines 190 B
import { FileContext, SemanticInfo } from "../lib/types"; export declare namespace AST { function parseFile(file: FileContext): Promise<SemanticInfo>; } //# sourceMappingURL=ast.d.ts.map