UNPKG

novel-opds-now

Version:

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

10 lines (9 loc) 351 B
/// <reference types="node" /> import Signals = NodeJS.Signals; export declare function processListener(eventName: Signals, fn: (...argv: any[]) => any): { eventName: Signals; cb: (...argv: any[]) => any; fn: (...argv: any[]) => any; }; export declare function processExit(stop: (...argv: any[]) => any): void; export default processExit;