interface TextEncoderStream
Usage in Deno
```typescript import { type TextEncoderStream } from "node:node__stream--web.d.ts"; ```readonly
encoding: "utf-8"
Returns "utf-8".
readonly
readable: ReadableStream<Uint8Array>
readonly
writable: WritableStream<string>
readonly
[[Symbol.toStringTag]]: string