UNPKG

calibre-db

Version:

<description>

8 lines (7 loc) 273 B
/** * Created by user on 2020/1/14. */ import { IBook, IBookFile } from '../types'; export declare function strip001(v: string): string; export declare function getFilePath(file: IBookFile, book: IBook): string; export declare function getCoverPath(book: IBook): string;