UNPKG

goodreads-bookshelf

Version:
8 lines (7 loc) 241 B
import { BookDataFetcher } from './book-data-fetcher'; export declare class BookDataFileReader implements BookDataFetcher { private _filePath; constructor(filePath: string); incrementPage(): void; fetch(): Promise<string>; }