UNPKG

rtf-stream-parser

Version:

Stream Transform class to tokenize RTF, and another to de-encapsulate text or HTML

3 lines (2 loc) 156 B
/// <reference types="node" /> export declare function streamFlow<T>(stream1: NodeJS.ReadableStream, ...streams: NodeJS.ReadWriteStream[]): Promise<T[]>;