| 1054 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder) |
| 1055 | */ |
| 1056 | declare class TextEncoder { |
| 1057 | constructor(); |
| 1058 | /** |
| 1059 | * Returns the result of running UTF-8's encoder. |
nothing calls this directly
no outgoing calls
no test coverage detected