UNPKG

novel-opds-now

Version:

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

8 lines (7 loc) 190 B
import { EnumLinkRel } from 'opds-extra/lib/const'; export declare function addCover(href: string): { rel: EnumLinkRel; href: string; type: string; }[]; export default addCover;