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');