MCPcopy Create free account
hub / github.com/denoland/std /

Class

cbor/array_encoder_stream.ts:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 * ```
36 */
37export class CborArrayEncoderStream
38 implements TransformStream<CborStreamInput, Uint8Array> {
39 #readable: ReadableStream<Uint8Array>;
40 #writable: WritableStream<CborStreamInput>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected