Creates a new async-iterable from a Node.js stream.
The Node.js stream to convert to an async-iterable.
Optional
The size of the buffers for the stream.
An async-iterable containing data from the stream either in string or Buffer format.
Generated using TypeDoc
Creates a new async-iterable from a Node.js stream.