| 1942 | } |
| 1943 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */ |
| 1944 | declare class TextEncoderStream extends TransformStream<string, Uint8Array> { |
| 1945 | constructor(); |
| 1946 | get encoding(): string; |
| 1947 | } |
nothing calls this directly
no outgoing calls
no test coverage detected