astro-ghostcms/.pnpm-store/v3/files/52/bc4e25bb492f4426e44dec5b089...

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;