UNPKG

@diullei/codeguardian

Version:

Open-source developer tool to validate and enforce architectural rules, especially for AI-generated code

5 lines 218 B
import { ValidationReporter, ValidationReport } from './types'; export declare class JsonReporter implements ValidationReporter { report(report: ValidationReport): void; } //# sourceMappingURL=JsonReporter.d.ts.map