UNPKG

329 BTypeScriptView Raw
1/// <reference types="node" />
2import { Readable, ReadableOptions } from "stream";
3export default class ZeroBytesStream extends Readable {
4 readonly length: number;
5 private leftBytes;
6 constructor(length: number, options?: ReadableOptions);
7 _read(size: number): void;
8}
9//# sourceMappingURL=ZeroBytesStream.d.ts.map
\No newline at end of file