import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { NetworkInterfaceInfo } = Deno;
The information for a network interface returned from a call to
Deno.networkInterfaces
.
x/ayonli_jsext/lib.deno.d.ts>Deno.NetworkInterfaceInfo
import { type Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { NetworkInterfaceInfo } = Deno;
The information for a network interface returned from a call to
Deno.networkInterfaces
.