UNPKG

apisurf

Version:

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

6 lines (5 loc) 199 B
import { DiffResult } from '../types/DiffResult.js'; /** * Formats the diff results as an HTML report with FluentUI styling */ export declare function formatHtmlOutput(result: DiffResult): string;