Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
function Deno.networkInterfaces
allow-sys

Returns an array of the network interface information.

console.log(Deno.networkInterfaces());

Requires allow-sys permission.