UNPKG

novel-opds-now

Version:

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

5 lines (4 loc) 279 B
/// <reference types="lodash" /> import { IUseIPFSApi } from '../../types'; export declare function _saveMutableFileSystemRoots(ipfs: IUseIPFSApi): Promise<any>; export declare const saveMutableFileSystemRoots: import("lodash").DebouncedFunc<typeof _saveMutableFileSystemRoots>;