Data to stream.
Options to pass to the Readable constructor. See {@link Readable.from}.
Pipes one stream into another and emits errors of the first stream with the second. In case of an error in the first stream the second one will be destroyed with the given error. This will also make the stream Guarded.
Initial readable stream.
The destination for writing data.
Optional function that takes the error and converts it to a new error.
The destination stream.
Joins all strings of a stream.
Stream of strings.
The joined string.
Converts an iterable to a stream and applies an error guard so that it is Guarded.