UNPKG

rtf-stream-parser

Version:

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

7 lines (6 loc) 203 B
/// <reference types="node" /> export interface OutputGlobalState { _bufferedUnicodeOutput?: string[]; _bufferedBinaryOutput?: Buffer[]; _pushOutput: (data: string | Buffer) => void; }