Rx.Observable.prototype.pipe(dest)

Pipes the existing Observable sequence into a Node.js Stream.

Arguments

  1. dest (Stream): dest The destination Node.js stream.

Returns

(Stream): The destination stream.

Example