summarizely-cli
Version:
YouTube summarizer that respects your existing subscriptions. No API keys required.
8 lines • 525 B
TypeScript
import { BatchResult, BatchStats } from '../batch';
export declare function printHelp(): void;
export declare function getVersion(): string;
export declare function formatBatchSummary(stats: BatchStats): string;
export declare function formatBatchJson(stats: BatchStats, results: BatchResult[]): string;
export declare function formatSingleVideoJson(result: any, provider: string): string;
export declare function formatProgress(current: number, total: number, title?: string): string;
//# sourceMappingURL=formatter.d.ts.map