import { Deno } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.ns.d.ts";
const { networkInterfaces } = Deno;
Returns an array of the network interface information.
console.log(Deno.networkInterfaces());
Requires allow-sys
permission.