UNPKG

pury

Version:

🛡️ AI-powered security scanner with advanced threat detection, dual reporting system (detailed & summary), and comprehensive code analysis

6 lines 242 B
import { type ScanReport } from '../types/index.js'; export declare class JsonReporter { output(report: ScanReport): Promise<void>; writeToFile(report: ScanReport, filePath: string): Promise<void>; } //# sourceMappingURL=json.d.ts.map