novel-opds-now
Version:
按需生成 epub,此模組不使用排程任務來生成 epub
7 lines (6 loc) • 415 B
TypeScript
import { ITSResolvable } from 'ts-type/lib/generic';
import { IUseIPFSApi } from '../../types';
import Bluebird from 'bluebird';
import { IIPFSControllerDaemon } from '../types';
export declare function _checkIPFSWithMutableFileSystem(ipfs: ITSResolvable<IUseIPFSApi>): Bluebird<boolean>;
export declare function initMutableFileSystem(ipfs: ITSResolvable<IUseIPFSApi>, ipfsd: IIPFSControllerDaemon): Bluebird<any>;