Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
refs/heads/node-ci-2025-03-10
/
.
/
lib
/
_stream_duplex.js
blob: c32d589ae196fd287aea5160ab2b1b4a7a7c3fa6 [
file
] [
log
] [
blame
] [
edit
]
'use strict'
;
// Keep this file as an alias for the full stream module.
module
.
exports
=
require
(
'stream'
).
Duplex
;