UNPKG

297 BTypeScriptView Raw
1import type { ExploreBundleResult, ExploreOptions, ExploreResult } from './types';
2export declare function formatOutput(results: ExploreBundleResult[], options: ExploreOptions): string | undefined;
3export declare function saveOutputToFile(result: ExploreResult, options: ExploreOptions): void;