Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/web3/types/net.d.ts>net

Deno / TypeScript to Ethereum Connector
Latest
namespace net
import { net } from "https://deno.land/x/web3@v0.11.1/types/net.d.ts";

Stability: 2 - Stable

The net module provides an asynchronous network API for creating stream-based TCP or IPC servers (createServer) and clients (createConnection).

It can be accessed using:

const net = require('net');