Module

std/node/_stream/writable.ts

Deno standard library
Go to Latest
import * as mod from "https://dotland.deno.dev/std@0.110.0/node/_stream/writable.ts";

Classes

A bit simpler than readable streams. Implement an async ._write(chunk, encoding, cb), and it'll handle all the drain event emission and buffering.