function defaultimport { default } from "https://dotland.deno.dev/std@0.116.0/node/_stream/end_of_stream.ts"; default(stream: StreamImplementations,options: FinishedOptions | null,callback: (err?: NodeErrorAbstraction | null) => void,): () => voidAppends an ending callback triggered when a stream is no longer readable, writable or has experienced an error or a premature close event default(stream: StreamImplementations, callback: (err?: NodeErrorAbstraction | null) => void): () => voiddefault(stream: StreamImplementations,x: FinishedOptions | ((err?: NodeErrorAbstraction | null) => void) | null,y?: (err?: NodeErrorAbstraction | null) => void,)Appends an ending callback triggered when a stream is no longer readable, writable or has experienced an error or a premature close event Parametersstream: StreamImplementationsoptions: FinishedOptions | nullcallback: (err?: NodeErrorAbstraction | null) => voidReturns() => voidParametersstream: StreamImplementationscallback: (err?: NodeErrorAbstraction | null) => voidReturns() => voidParametersstream: StreamImplementationsx: FinishedOptions | ((err?: NodeErrorAbstraction | null) => void) | nulloptionaly: (err?: NodeErrorAbstraction | null) => void