novel-opds-now
Version:
按需生成 epub,此模組不使用排程任務來生成 epub
7 lines (6 loc) • 320 B
TypeScript
export declare let prefix: string;
export declare let prefixRoot: string;
export declare let title: string;
export declare function makeOPDSType(type: string): Promise<import("opds-extra/lib/v1/core").Feed>;
export declare function makeOPDSPortal(): import("opds-extra/lib/v1/core").Feed;
export default makeOPDSPortal;