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