function Deno.networkInterfaces
Returns an array of the network interface information.
console.log(Deno.networkInterfaces());
Requires allow-sys
permission.
Returns an array of the network interface information.
console.log(Deno.networkInterfaces());
Requires allow-sys
permission.