symref
Version:
Static code checker for AI code agents (Windsurf, Cline, etc.)
9 lines • 311 B
TypeScript
import { CallGraphResult } from '../../types/index.js';
export declare class MermaidGenerator {
private formatter;
constructor();
generate(result: CallGraphResult, outputPath: string): void;
private generateMermaidContent;
private sanitizeId;
}
//# sourceMappingURL=MermaidGenerator.d.ts.map