nstdlib-nightly
Version:
Node.js standard library converted to runtime-agnostic ES modules.
13 lines (7 loc) • 415 B
JavaScript
// Auto generated from Node.js v22.7.0 runtime
export const BlockList = (...args) => globalThis.node_binding_block_list_BlockList?.(...args);
export const SocketAddress = (...args) => globalThis.node_binding_block_list_SocketAddress?.(...args);
export const AF_INET = 2;
export const AF_INET6 = 10;
const __default_export__ = { BlockList, SocketAddress, AF_INET, AF_INET6 };
export default __default_export__;