UNPKG

codevault

Version:

AI-powered semantic code search via Model Context Protocol

5 lines 315 B
import { type Codemap } from '../types/codemap.js'; export declare function resolveCodemapPath(basePath?: string): string; export declare function readCodemap(filePath?: string): Codemap; export declare function writeCodemap(filePath: string | undefined, codemap: Codemap): Codemap; //# sourceMappingURL=io.d.ts.map