Ffrom
Bun

function

stream.iter.Share.from

function from(
options?: ShareOptions
): Share;

Create a Share from an existing source.

@param options

Same as share().

Referenced types

type ByteReadableStream = AsyncIterable<Uint8Array[]>

namespace Share