UNPKG

apisurf

Version:

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

6 lines (5 loc) 228 B
import { DiffResult } from '../types/DiffResult.js'; /** * Formats diff results according to the specified output format. */ export declare function formatOutput(result: DiffResult, format: string, verbose?: boolean): string;