Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_stream_duplex.js « lib - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9e46d02ddcb3d3a2ae14c68574df341f56d70edb (plain)
1
2
3
4
5
6
'use strict';

// TODO(mcollina): deprecate this file

const Duplex = require('internal/streams/duplex');
module.exports = Duplex;