Interface Addr

Result type for lookup.

interface Addr {
    family: number;
    ip: string;
}

Properties

Properties

family: number
ip: string