Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
b4279240f5733ef8710c8d43a2bdcb0ec409eb49
/
.
/
lib
/
_stream_readable.js
blob: 4729e7fde3e393028bfde636e525d8302966d71e [
file
]
'use strict'
;
// Keep this file as an alias for the full stream module.
module
.
exports
=
require
(
'stream'
).
Readable
;