open-library-client
Version:
A modern TypeScript API wrapper for the OpenLibrary REST API
5 lines • 393 B
TypeScript
export { OpenLibraryClient } from './client/OpenLibraryClient';
export { OpenLibraryClientConfig, BookSearchParams, BookSearchResponse, BookSearchResult, YearRange, SortOption, WorkDetails, EditionDetails, BookDetails, ApiResponse, ApiError, } from './types';
import { OpenLibraryClient } from './client/OpenLibraryClient';
export default OpenLibraryClient;
//# sourceMappingURL=index.d.ts.map