UNPKG

it-byte-stream

Version:

Read and write arbitrary bytes over a duplex stream

8 lines 233 B
/** * The incoming stream ended before the expected number of bytes were read */ export class UnexpectedEOFError extends Error { name = 'UnexpectedEOFError'; code = 'ERR_UNEXPECTED_EOF'; } //# sourceMappingURL=errors.js.map