igcv3 - v1.1.0
    Preparing search index...

    Interface IPAddr

    interface IPAddr {
        kind(): "ipv4" | "ipv6";
        toByteArray(): number[];
        toString(): string;
    }
    Index

    Methods