| 1980 | } |
| 1981 | /* [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoderStream) */ |
| 1982 | declare class TextEncoderStream extends TransformStream<string, Uint8Array> { |
| 1983 | constructor(); |
| 1984 | get encoding(): string; |
| 1985 | } |
nothing calls this directly
no outgoing calls
no test coverage detected