Skip to main content
Module

std/node/dgram.ts>RemoteInfo

Deno standard library
Go to Latest
type alias RemoteInfo
import { type RemoteInfo } from "https://deno.land/std@0.166.0/node/dgram.ts";
definition: { address: string; family: "IPv4" | "IPv6"; port: number; size?: number; }