function networkInterfacesimport { networkInterfaces } from "https://deno.land/std@0.166.0/node/os.ts"; networkInterfaces(): NetworkInterfacesReturns 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. ReturnsNetworkInterfaces