Rx.Observable.prototype.pipe(dest)

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

参数

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

返回值

(Stream): The destination stream.