UNPKG

@libp2p/mplex

Version:

JavaScript implementation of https://github.com/libp2p/mplex

7 lines 190 B
/** * There was an error in the stream input buffer */ export declare class StreamInputBufferError extends Error { constructor(message?: string); } //# sourceMappingURL=errors.d.ts.map