UNPKG

novel-opds-now

Version:

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

5 lines (4 loc) 221 B
import { ITSResolvable } from 'ts-type/lib/generic'; import { IUseIPFSApi } from '../../types'; import Bluebird from 'bluebird'; export declare function initHello(ipfs: ITSResolvable<IUseIPFSApi>): Bluebird<IUseIPFSApi>;