UNPKG

novel-opds-now

Version:

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

6 lines (5 loc) 330 B
import { ITSResolvable } from 'ts-type/lib/generic'; import { IUseIPFSApi } from '../../types'; import Bluebird from 'bluebird'; export declare const cachePubSubPeers: Set<string>; export declare function updateCachePubSubPeers(ipfs?: ITSResolvable<IUseIPFSApi>, plusPeers?: ITSResolvable<string | string[]>): Bluebird<string[]>;