nodejs/lib/_stream_passthrough.js

7 lines
146 B
JavaScript
Raw Normal View History

'use strict';
// TODO(mcollina): deprecate this file
const PassThrough = require('internal/streams/passthrough');
2012-10-02 15:44:50 -07:00
module.exports = PassThrough;