import { default } from "https://deno.land/std@0.110.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
Parameters
stream: StreamImplementations
x: FinishedOptions | ((err?: NodeErrorAbstraction | null) => void) | null
optional
y: (err?: NodeErrorAbstraction | null) => void