• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3// Keep this file as an alias for the full stream module.
4
5module.exports = require('stream').Transform;
6