import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { networkInterfaces } = Deno;
Returns an array of the network interface information.
console.log(Deno.networkInterfaces());
Requires allow-sys
permission.
x/ayonli_jsext/lib.deno.d.ts>Deno.networkInterfaces
import { Deno } from "https://deno.land/x/ayonli_jsext@v0.9.72/lib.deno.d.ts";
const { networkInterfaces } = Deno;
Returns an array of the network interface information.
console.log(Deno.networkInterfaces());
Requires allow-sys
permission.