UNPKG

apisurf

Version:

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

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