UNPKG

node-ebook-converter

Version:

Node.js minimal and powerful ebook converter (single package) with built-in queue and threading functionalities

8 lines (7 loc) 152 B
/* node-ebook-converter - by JVKdouk */ interface ConversionOptions { input: string, output: string, delete: boolean, silent: boolean }