UNPKG

apisurf

Version:

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

6 lines (5 loc) 236 B
import { DiffResult } from '../types/DiffResult.js'; /** * Formats the diff result for console output with colors and appropriate spacing. */ export declare function formatConsoleOutput(result: DiffResult, verbose?: boolean): string;