| 3129 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) |
| 3130 | */ |
| 3131 | declare class TextEncoderStream extends TransformStream<string, Uint8Array> { |
| 3132 | constructor() |
| 3133 | get encoding(): string |
| 3134 | } |
nothing calls this directly
no outgoing calls
no test coverage detected