import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { WritableStreamDefaultWriter } = dom;
This Streams API interface is the object returned by WritableStream.getWriter() and once created locks the < writer to the WritableStream ensuring that no other streams can write to the underlying sink.