Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2021-01-05
/
.
/
lib
/
_stream_writable.js
blob: e328a9434c85a984dced41e0e7a13ecb601d5bd9 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
// TODO(mcollina): deprecate this file
const
Writable
=
require
(
'internal/streams/writable'
);
module
.
exports
=
Writable
;