Skip to main content
Up or down tonavigateEnter toselectEscape toclose⌘⇧KAI

function Deno.networkInterfaces

allow-sys
#networkInterfaces(): NetworkInterfaceInfo[]

Returns an array of the network interface information.

console.log(Deno.networkInterfaces());

Requires allow-sys permission.

Return Type #