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

Class

cbor/text_encoder_stream.ts:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected