Last change
on this file was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
351 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | exports = module.exports = require('./lib/_stream_readable.js');
|
---|
| 2 | exports.Stream = exports;
|
---|
| 3 | exports.Readable = exports;
|
---|
| 4 | exports.Writable = require('./lib/_stream_writable.js');
|
---|
| 5 | exports.Duplex = require('./lib/_stream_duplex.js');
|
---|
| 6 | exports.Transform = require('./lib/_stream_transform.js');
|
---|
| 7 | exports.PassThrough = require('./lib/_stream_passthrough.js');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.