type alias internal.PipelineCallback
Type Parameters Jump to heading
Jump to headingS extends PipelineDestination<any, any>
Definition Jump to heading
S extends PipelineDestinationPromiseFunction<any, infer P> ? (err: ErrnoException | null,value: P,) => void : (err: ErrnoException | null) => void