symref
Version:
Static code checker for AI code agents (Windsurf, Cline, etc.)
9 lines • 459 B
TypeScript
import { MermaidOptions } from '../types/CommandOptions.js';
import { BaseCommand } from './BaseCommand.js';
import { MermaidGenerator } from '../utils/MermaidGenerator.js';
export declare abstract class BaseGraphCommand extends BaseCommand {
protected mermaidGenerator: MermaidGenerator;
constructor(options: MermaidOptions);
protected generateMermaidOutput(result: any, outputPath: string): void;
}
//# sourceMappingURL=BaseGraphCommand.d.ts.map