UNPKG

@yuchida-tamu/podcast-gen

Version:

AI-Powered Monologue Podcast Generator

11 lines 461 B
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