UNPKG

it-byte-stream

Version:

Read and write arbitrary bytes over a duplex stream

8 lines (7 loc) 193 B
/** * The incoming stream ended before the expected number of bytes were read */ export class UnexpectedEOFError extends Error { name = 'UnexpectedEOFError' code = 'ERR_UNEXPECTED_EOF' }