| 88 | * ``` |
| 89 | */ |
| 90 | export class CborSequenceEncoderStream |
| 91 | implements TransformStream<CborStreamInput, Uint8Array> { |
| 92 | #readable: ReadableStream<Uint8Array>; |
| 93 | #writable: WritableStream<CborStreamInput>; |
nothing calls this directly
no outgoing calls
no test coverage detected