networkInterfaces method
Returns an array of the network interface information.
console.log(Deno.networkInterfaces());
Requires allow-sys
permission.
Implementation
_i2.List<_i4.NetworkInterfaceInfo> networkInterfaces() => (_i3.callMethod(
this,
'networkInterfaces',
[],
) as _i2.List)
.cast();