summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_stream_transform.js')
-rw-r--r--lib/_stream_transform.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/_stream_transform.js b/lib/_stream_transform.js
index 1843f51b75..8706816255 100644
--- a/lib/_stream_transform.js
+++ b/lib/_stream_transform.js
@@ -62,6 +62,8 @@
// would be consumed, and then the rest would wait (un-transformed) until
// the results of the previous transformed chunk were consumed.
+'use strict';
+
module.exports = Transform;
var Duplex = require('_stream_duplex');