src/util/unfold-reader-result

Addon module
Source:

(require("src/util/unfold-reader-result"))(object) → {Stream}

Function to call the stream method of a given input object
Parameters:
Name Type Description
object Object object containing a stream function
Properties
Name Type Description
stream function Function that returns a stream
Source:
Returns:
stream
Type
Stream