UNPKG

it-byte-stream

Version:

Read and write arbitrary bytes over a duplex stream

8 lines 213 B
/** * The incoming stream ended before the expected number of bytes were read */ export declare class UnexpectedEOFError extends Error { name: string; code: string; } //# sourceMappingURL=errors.d.ts.map