Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias dgram.RemoteInfo
import { type dgram } from "https://deno.land/x/tellojs@v1.0.2/src/deps.ts";
const { RemoteInfo } = dgram;
definition: { address: string; family: "IPv4" | "IPv6"; port: number; size?: number; }