import { default } from "https://deno.land/std@0.92.0/node/_stream/end_of_stream.ts";
Appends an ending callback triggered when a stream is no longer readable, writable or has experienced an error or a premature close event
Parameters
stream: StreamImplementations
options: FinishedOptions | null
callback: (err?: NodeErrorAbstraction | null) => void
Parameters
stream: StreamImplementations
callback: (err?: NodeErrorAbstraction | null) => void