@gibme/ipinfo
    Preparing search index...

    Type Alias Info

    type Info = {
        address: string;
        allocated: Date;
        as?: Entry;
        asn: number;
        country: string;
        prefix: string;
        registry: string;
        zone: string;
    }
    Index

    Properties

    address: string
    allocated: Date
    as?: Entry
    asn: number
    country: string
    prefix: string
    registry: string
    zone: string