UNPKG

novel-opds-now

Version:

按需生成 epub,此模組不使用排程任務來生成 epub

9 lines (8 loc) 246 B
/// <reference types="node" /> export declare function startServer(options?: { port?: number | string; proxy?: string; disposable?: boolean; calibrePaths?: string[]; }): Promise<import("http").Server>; export default startServer;