Type Alias PipelineCallback<S>

PipelineCallback: S extends PipelineDestinationPromiseFunction<any, infer P>
    ? (err: ErrnoException | null, value: P) => void
    : (err: ErrnoException | null) => void

Type Parameters

MMNEPVFCICPMFPCPTTAAATR