interface TextDecoderStream
Usage
import { type TextDecoderStream } from "node:stream/web";
readonly
readable: ReadableStream<string>
readonly
writable: WritableStream<BufferSource>
readonly
[[Symbol.toStringTag]]: string