We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f87b8c commit 2993ff2Copy full SHA for 2993ff2
lib/stream.js
@@ -33,6 +33,7 @@ Stream.Duplex = require('_stream_duplex');
33
Stream.Transform = require('_stream_transform');
34
Stream.PassThrough = require('_stream_passthrough');
35
Stream.pump = require('_stream_pump');
36
+Stream.prototype.pipe = Stream.pump;
37
38
// Backwards-compat with node 0.4.x
39
Stream.Stream = Stream;
0 commit comments