UNPKG

novel-opds-now

Version:

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

5 lines (4 loc) 212 B
/// <reference types="bluebird" /> import { Feed } from 'opds-extra/lib/v1/core'; export declare function makeOPDSOtherSource(feed: Feed): Feed; export declare function makeOPDSOther(): import("bluebird")<Feed>;