UNPKG

comic-book-dl

Version:
6 lines (5 loc) 117 B
interface Config { bookPath: string; } export declare function update(config: Config): Promise<void>; export {};