UNPKG

novel-opds-now

Version:

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

6 lines (5 loc) 268 B
import Bluebird from 'bluebird'; import { INovelStatCache } from '@node-novel/cache-loader'; export declare function getLocalFilename(file?: string): string; export declare function loadCache<T = INovelStatCache>(file?: string): Bluebird<T>; export default loadCache;