@yuchida-tamu/podcast-gen
Version:
AI-Powered Monologue Podcast Generator
11 lines • 461 B
TypeScript
import type { MonologueSegment } from '../types/index.js';
export declare class ScriptFormatter {
title: string;
generatedDate: string;
constructor();
formatScript(segments: Partial<MonologueSegment>[], topic: string): Promise<string>;
generateJSON(segments: Partial<MonologueSegment>[], topic: string): string;
capitalizeFirst(text: string): string;
generateFilename(topic: string): string;
}
//# sourceMappingURL=formatter.d.ts.map