Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
function Deno.networkInterfaces
allow-sys

Returns an array of the network interface information.

console.log(Deno.networkInterfaces());

Requires allow-sys permission.