(book: LibraryBook)
| 1257 | ); |
| 1258 | |
| 1259 | export const getLocalPdfBook = (book: LibraryBook) => |
| 1260 | localPdfBooks.find((pdfBook) => pdfBook.href === book.href && pdfBook.title === book.title); |
| 1261 | |
| 1262 | export const totalBooks = allBooks.length; |
| 1263 | export const totalSections = librarySections.length; |
no outgoing calls
no test coverage detected