UNPKG

novel-opds-now

Version:

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

7 lines (6 loc) 368 B
import Segment, { IOptionsDoSegment } from 'novel-segment/lib/segment/core'; export declare function existsSegment(): boolean; export declare function replaceSegmentDict(): Promise<boolean>; export declare function getSegment(): Promise<Segment>; export declare function doSegment(text: string, options?: IOptionsDoSegment): Promise<string>; export default doSegment;