⚠️ Internal: This API is not publically exported by the package.

      Type alias PipelineDestination<S, P>

      PipelineDestination<S, P>: S extends PipelineTransformSource<infer ST>
          ? WritableStream | PipelineDestinationIterableFunction<ST> | PipelineDestinationPromiseFunction<ST, P>
          : never

      Type Parameters