| 2527 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) |
| 2528 | */ |
| 2529 | declare class TextEncoderStream extends TransformStream<string, Uint8Array> { |
| 2530 | constructor(); |
| 2531 | get encoding(): string; |
| 2532 | } |
nothing calls this directly
no outgoing calls
no test coverage detected