UNPKG

novel-opds-now

Version:

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

5 lines (4 loc) 229 B
import Bluebird from 'bluebird'; import { IRecordCachedJSONRow } from '@demonovel/cached-data/types'; export declare function updateSegmentCache(force: boolean): Bluebird<IRecordCachedJSONRow>; export default updateSegmentCache;