nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
11 lines (8 loc) • 333 B
JavaScript
// Source: https://github.com/nodejs/node/blob/65eff1eb/lib/_stream_wrap.js
import * as __hoisted_internal_js_stream_socket__ from "nstdlib/lib/internal/js_stream_socket";
export default __hoisted_internal_js_stream_socket__;
process.emitWarning(
"The _stream_wrap module is deprecated.",
"DeprecationWarning",
"DEP0125",
);