Interface Reader

A specialized AsyncGenerator that lets you pass a number to the .next method which will attempt to return only that many bytes.

Hierarchy

Properties

Properties

next: ((...args: [] | [undefined | number]) => Promise<IteratorResult<Uint8ArrayList, void>>)

Type declaration