UNPKG

flibusta

Version:

Unofficial Flibusta API based on website search engine. If you like to read books - buy

8 lines (6 loc) 131 B
import Book from './book'; import Author from './authors'; export type BooksByName = { book: Book; authors: Array<Author>; };