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