novel-opds-now
Version:
按需生成 epub,此模組不使用排程任務來生成 epub
8 lines (7 loc) • 357 B
TypeScript
/// <reference types="bluebird" />
import { ISiteIDs } from '../site/types';
import { Feed } from 'opds-extra/lib/v1/core';
export declare function makeOPDSShared(feed: Feed, msg?: string): Feed;
export declare function makeOPDSSite(siteID: ISiteIDs): import("bluebird")<Feed>;
export declare function makeOPDSPortal(): Feed;
export default makeOPDSPortal;