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