import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { WritableStream } = dom;
This Streams API interface provides a standard abstraction for writing streaming data to a destination, known as a sink. This object comes with built-in backpressure and queuing.