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