UNPKG

pdf-lib

Version:

Create and modify PDF files with JavaScript

9 lines 326 B
import DecodeStream from "./DecodeStream"; import { StreamType } from "./Stream"; declare class RunLengthStream extends DecodeStream { private stream; constructor(stream: StreamType, maybeLength?: number); protected readBlock(): void; } export default RunLengthStream; //# sourceMappingURL=RunLengthStream.d.ts.map