xref: /third_party/node/lib/_stream_readable.js (revision 1cb0ef41)
1'use strict';
2
3// Keep this file as an alias for the full stream module.
4
5module.exports = require('stream').Readable;
6