Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_stream_wrap.js « lib - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 904128a3824500a14f0b4797ca183395686f2884 (plain)
1
2
3
4
5
'use strict';

module.exports = require('internal/js_stream_socket');
process.emitWarning('The _stream_wrap module is deprecated.',
                    'DeprecationWarning', 'DEP0125');