Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/dgram.ts>RemoteInfo

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