UNPKG

spaider

Version:

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

7 lines 294 B
export declare namespace Logger { const error: (msg: string, ...args: any[]) => void; const warn: (msg: string, ...args: any[]) => void; const info: (msg: string, ...args: any[]) => void; const debug: (msg: string, ...args: any[]) => void; } //# sourceMappingURL=logger.d.ts.map