node/lib/_stream_wrap.js
Anna Henningsen 87fd5b798f
lib: move _stream_wrap into internals
This makes a subsequent possible deprecation easier.

PR-URL: https://github.com/nodejs/node/pull/16158
Backport-PR-URL: https://github.com/nodejs/node/pull/16626
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
2017-10-31 00:15:16 +00:00

3 lines
68 B
JavaScript

'use strict';
module.exports = require('internal/wrap_js_stream');