| 118 | * ``` |
| 119 | */ |
| 120 | export class CborSequenceDecoderStream |
| 121 | implements TransformStream<Uint8Array, CborStreamOutput> { |
| 122 | #source: ReadableStreamBYOBReader; |
| 123 | #readable: ReadableStream<CborStreamOutput>; |
nothing calls this directly
no outgoing calls
no test coverage detected