UNPKG

comic-book-dl

Version:
10 lines (9 loc) 510 B
export * from './log'; export * from './ua'; export declare function fixPathName(path: string): string; export declare function existsMkdir(path: string): void; export declare function notEmpty<TValue>(value: TValue | null | undefined): value is TValue; export declare function getUrlFileName(url: string): string | undefined; export declare function toReversed<T = any>(arr: T[]): T[]; export declare function sleep(seconds: number): Promise<unknown>; export declare function isHasHost(url: string): boolean;