• Joins all strings of a stream.

    Returns

    The joined string.

    Parameters

    • stream: Readable

      Stream of strings.

    Returns Promise<string>