UNPKG

novel-opds-now

Version:

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

6 lines (5 loc) 275 B
import { IIPFSControllerDaemon } from '../types'; declare const FILE_IDENTITY: string; export { FILE_IDENTITY }; export declare function backupIdentity(ipfsd: IIPFSControllerDaemon): Promise<void>; export declare function restoreIdentity(ipfsd: IIPFSControllerDaemon): void;