summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
blob: 4901f296692d119fd87f4dfc2cb79d0d6e225288 (plain)
1
2
3
4
5
'use strict';

// Keep this file as an alias for the full stream module.

module.exports = require('stream').Transform;