← Back to index
function Deno.iterSync

Turns a ReaderSync, r, into an iterator.

Parameters

🔗
options: { bufSize?: number; }

Return Type

🔗
IterableIterator<Uint8Array>