novel-opds-now
Version:
按需生成 epub,此模組不使用排程任務來生成 epub
12 lines (11 loc) • 327 B
TypeScript
import { IGunEpubData } from '../../types';
import Bluebird from 'bluebird';
export declare function getIPFSEpubFileBoth(siteID: string, novelID: string, options: {
query?: {
debug?: boolean;
force?: boolean;
};
href: string;
filename: string;
timestamp: number;
}): Bluebird<IGunEpubData>;