Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
472edc775d683aed2d9ed39ca7cf381f3e7e3ce2
/
.
/
lib
/
_stream_writable.js
blob: d6f1974422d3f3e2508b645d2390221fdeda7cf1 [
file
]
'use strict'
;
// Keep this file as an alias for the full stream module.
module
.
exports
=
require
(
'stream'
).
Writable
;