TComposeSource
Bun

type

stream.default.ComposeSource

type ComposeSource<O> = NodeJS.ReadableStream | web.ReadableStream<O> | Iterable<O> | AsyncIterable<O> | () => AsyncIterable<O>

Referenced types

interface ReadableStream<R = any>