comic-book-dl
Version:
5 lines (4 loc) • 319 B
TypeScript
import type { Config, ErrorChapterItem } from './core';
import type { ChaptersItem } from './lib/parse/base';
export declare function echoErrorMsg(bookName: string, chaptersList: ChaptersItem[], errorList: ErrorChapterItem[], isShowDetails?: boolean): void;
export declare function main(config: Config): Promise<void>;