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