FtextSync
Bun

function

stream.iter.textSync

function textSync(
source: SyncSource,
): string;

Referenced types

type SyncSource = string | ArrayBufferLike | ArrayBufferView | Iterable<SyncSource> | Streamable

interface TextConsumeSyncOptions