node/lib/_stream_passthrough.js

7 lines
146 B
JavaScript

'use strict';
// TODO(mcollina): deprecate this file
const PassThrough = require('internal/streams/passthrough');
module.exports = PassThrough;