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