summaryrefslogtreecommitdiff
path: root/lib/_stream_passthrough.js
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;