UNPKG
nstdlib-nightly
Version:
latest (0.0.2-1724914487.5caf705)
0.0.2-1724914487.5caf705
0.0.2-1724912830.5caf705
0.0.2-1724911997.5caf705
0.0.2-1724352528.2a32280
0.0.2-1724342035.2a32280
0.0.2-1724327989.742184b
0.0.2-1724275147.44b2aa5
0.0.2-1724252610.6a3a042
0.0.2-1724252557.c61ed44
0.0.2-1724252435.f61c124
0.0.2-1724230485.53401b2
0.0.0
Node.js standard library converted to runtime-agnostic ES modules.
nstdlib-nightly
/
lib
/
_stream_duplex.mjs
8 lines
(4 loc)
•
239 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
// Source: https://github.com/nodejs/node/blob/65eff1eb/lib/_stream_duplex.js
import
*
as
__hoisted_stream__
from
"nstdlib/lib/stream"
;
// Keep this file as an alias for the full stream module.
export
default
__hoisted_stream__.
Duplex
;