frontend/.pnpm-store/v3/files/52/bc4e25bb492f4426e44dec5b08974829cb4a8aa52ffef80daa2eecb6ecddfdaeaea2d403bb509eb4f85486eb83ef75933708d796816175f0c64e5b61d39bc5

9 lines
237 B
Plaintext

'use strict';
const stream = require('stream');
const tls = require('tls');
// Really awesome hack.
const JSStreamSocket = (new tls.TLSSocket(new stream.PassThrough()))._handle._parentWrap.constructor;
module.exports = JSStreamSocket;