UNPKG

apisurf

Version:

Analyze API surface changes between npm package versions to catch breaking changes

6 lines (5 loc) 235 B
import { InspectResult } from '../types/InspectResult.js'; /** * Formats inspect results as an interactive HTML report and opens it in the browser. */ export declare function formatInspectReportOutput(result: InspectResult): string;