Skip to main content
Module

x/sdeno/deps.ts>os.networkInterfaces

Steno on Deno. Specialized fast async file writer.
Go to Latest
function os.networkInterfaces
import { os } from "https://deno.land/x/sdeno@v1.0.23/deps.ts";
const { networkInterfaces } = os;

Returns an object containing network interfaces that have been assigned a network address. Each key on the returned object identifies a network interface. The associated value is an array of objects that each describe an assigned network address.

Returns

NetworkInterfaces