UNPKG

apisurf

Version:

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

6 lines (5 loc) 234 B
import { DiffResult } from '../types/DiffResult.js'; /** * Formats the diff result as clean markdown output without console formatting. */ export declare function formatMarkdownOutput(result: DiffResult, verbose?: boolean): string;