UNPKG

epubinator

Version:

NPM package to generate epub files out of url

9 lines (7 loc) 104 B
export type BookType = { content: any } export type ChapterType = { title: string data: string }