Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 338 Bytes

File metadata and controls

11 lines (7 loc) · 338 Bytes

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