mirror of
https://github.com/nodejs/node.git
synced 2025-08-15 05:38:47 +02:00

PR-URL: https://github.com/nodejs/node/pull/58442 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
6 lines
204 B
JavaScript
6 lines
204 B
JavaScript
'use strict';
|
|
|
|
module.exports = require('stream').Duplex;
|
|
|
|
process.emitWarning('The _stream_duplex module is deprecated. Use `node:stream` instead.',
|
|
'DeprecationWarning', 'DEP0193');
|