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