nodejs/lib/_stream_passthrough.js

7 lines
214 B
JavaScript
Raw Permalink Normal View History

'use strict';
module.exports = require('stream').PassThrough;
process.emitWarning('The _stream_passthrough module is deprecated. Use `node:stream` instead.',
'DeprecationWarning', 'DEP0193');