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

      Type alias PipelineSource<T>

      PipelineSource<T>: Iterable<T> | AsyncIterable<T> | ReadableStream | PipelineSourceFunction<T>

      Type Parameters

      • T