1 2 3 4 5 6
'use strict'; // TODO(mcollina): deprecate this file const PassThrough = require('internal/streams/passthrough'); module.exports = PassThrough;