| 1063 | * [MDN Reference](https://developer.mozilla.org/docs/Web/API/TextEncoder) |
| 1064 | */ |
| 1065 | declare class TextEncoder { |
| 1066 | constructor(); |
| 1067 | /** |
| 1068 | * Returns the result of running UTF-8's encoder. |
nothing calls this directly
no outgoing calls
no test coverage detected