UNPKG

apisurf

Version:

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

6 lines (5 loc) 190 B
import { InspectResult } from '../types/InspectResult.js'; /** * Formats inspect results as static HTML. */ export declare function formatInspectHtmlOutput(result: InspectResult): string;