Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function default
import { default } from "https://deno.land/std@0.96.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

options: FinishedOptions | null
callback: (err?: NodeErrorAbstraction | null) => void

Returns

() => void

Parameters

callback: (err?: NodeErrorAbstraction | null) => void

Returns

() => void