UNPKG

apisurf

Version:

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

6 lines (5 loc) 210 B
import { InspectResult } from '../types/InspectResult.js'; /** * Formats inspect results as Markdown. */ export declare function formatInspectMarkdownOutput(result: InspectResult, verbose?: boolean): string;