UNPKG

next-bundle-analyzer

Version:
3 lines (2 loc) 179 B
import type { ReportFormat } from '../interfaces/Options'; export declare function saveReport(reportType: ReportFormat, reportPath: string, reportContent: string): Promise<void>;