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

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

// TODO(mcollina): deprecate this file

const PassThrough = require('internal/streams/passthrough');
module.exports = PassThrough;