1'use strict';
2
3// Keep this file as an alias for the full stream module.
4
5module.exports = require('stream').PassThrough;
6