UNPKG

nstdlib-nightly

Version:

Node.js standard library converted to runtime-agnostic ES modules.

8 lines (4 loc) 239 B
// 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;