Skip to main content
function Deno.networkInterfaces

Unstable new API. yet to be vetted.

Returns an array of the network interface informations.

console.log(Deno.networkInterfaces());

Requires allow-env permission.