Sign in
◑
Theme
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2020-10-14
/
.
/
lib
/
_stream_passthrough.js
blob: dbf8646e009931e9c7395fd2f77a5fc291ae6bd0 [
file
] [
edit
]
'use strict'
;
// TODO(mcollina): deprecate this file
const
PassThrough
=
require
(
'internal/streams/passthrough'
);
module
.
exports
=
PassThrough
;