UNPKG

novel-opds-now

Version:

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

5 lines (4 loc) 170 B
/// <reference types="node" /> import { Stream } from 'stream'; import Bluebird from 'bluebird'; export declare function streamToPromise<T>(stream: Stream): Bluebird<T>;