UNPKG

article-summarizer-jp

Version:

CLI tool for summarizing web articles in Japanese using Anthropic Claude API. Fetches content from URLs and generates both 3-line summaries and full translations in polite Japanese.

10 lines 244 B
declare class ConfigManager { private store; constructor(); hasApiKey(): boolean; getApiKey(): string; configure(): Promise<void>; } export declare const config: ConfigManager; export {}; //# sourceMappingURL=config.d.ts.map