type alias internal.PipelineCallback
Usage in Deno
import { internal } from "node:stream";
S extends PipelineDestination<any, any>
S extends PipelineDestinationPromiseFunction<any, infer P> ? (err: ErrnoException | null,value: P,) => void : (err: ErrnoException | null) => void