Skip to main content
Module

std/node/os.ts>networkInterfaces

Deno standard library
Go to Latest
function networkInterfaces
import { networkInterfaces } from "https://deno.land/std@0.158.0/node/os.ts";

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