Skip to main content
function Deno.networkInterfaces
allow-env
Unstable

Returns an array of the network interface information.

console.log(Deno.networkInterfaces());

Requires allow-env permission.