Skip to main content
NetworkInterfaceBase - os - Node documentation
interface NetworkInterfaceBase

Usage in Deno

import { type NetworkInterfaceBase } from "node:os";

Properties

address: string
netmask: string
mac: string
internal: boolean
cidr: string | null