1 2 3 4 5 6 7 8
// Copyright 2018-2026 the Deno authors. MIT license. import { core } from "ext:core/mod.js"; const mod = core.loadExtScript( "ext:deno_node/internal/streams/duplex.js", ); export const Duplex = mod.Duplex; export default mod.default;