import * as mod from "https://deno.land/std@0.92.0/node/stream.ts";
Classes
A duplex is an implementation of a stream that has both Readable and Writable attributes and capabilities | |
A bit simpler than readable streams.
Implement an async |
Functions
Appends an ending callback triggered when a stream is no longer readable, writable or has experienced an error or a premature close event | |