Skip to main content
Deno.networkInterfaces - Deno documentation
function Deno.networkInterfaces
allow-sys
networkInterfaces(): NetworkInterfaceInfo[]
Returns an array of the network interface information. ```ts console.log(Deno.networkInterfaces()); ``` Requires `allow-sys` permission.

Return Type