import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { NetworkInterfaceInfo } = Deno;
The information for a network interface returned from a call to
Deno.networkInterfaces
.
x/deno/cli/tsc/dts/lib.deno.ns.d.ts>Deno.NetworkInterfaceInfo
import { type Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { NetworkInterfaceInfo } = Deno;
The information for a network interface returned from a call to
Deno.networkInterfaces
.