nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
11 lines (6 loc) • 353 B
JavaScript
// Auto generated from Node.js v22.7.0 runtime
export const wrap = (...args) => globalThis.node_binding_tls_wrap_wrap?.(...args);
export const HAVE_SSL_TRACE = 1;
export const TLSWrap = (...args) => globalThis.node_binding_tls_wrap_TLSWrap?.(...args);
const __default_export__ = { wrap, HAVE_SSL_TRACE, TLSWrap };
export default __default_export__;