| 37 | * ``` |
| 38 | */ |
| 39 | export class CborByteEncoderStream |
| 40 | implements TransformStream<Uint8Array, Uint8Array> { |
| 41 | #readable: ReadableStream<Uint8Array>; |
| 42 | #writable: WritableStream<Uint8Array>; |
nothing calls this directly
no outgoing calls
no test coverage detected