Sign in
chromium
/
external
/
github.com
/
v8
/
node
/
818bd6cb4df290cb2d46e75c7286d4ae03b4ea2b
/
.
/
lib
/
_stream_transform.js
blob: 4901f296692d119fd87f4dfc2cb79d0d6e225288 [
file
]
'use strict'
;
// Keep this file as an alias for the full stream module.
module
.
exports
=
require
(
'stream'
).
Transform
;