ipds
Version:
IP Data Service - Comprehensive IP information lookup tool
21 lines • 582 B
TypeScript
export declare class IPInfo {
private ipAddress;
private validator;
private converter;
private geolocation;
private asn;
private whois;
constructor(ipAddress: string);
getAllInfo(): Promise<any>;
getBasicInfo(): any;
getGeolocation(): Promise<any>;
getAsnInfo(): Promise<any>;
getWhoisInfo(): Promise<any>;
getNetworkInfo(): Promise<any>;
private getPrivateNetworkInfo;
private isSpecialAddress;
private isReservedAddress;
private calculateBroadcast;
toString(): string;
}
//# sourceMappingURL=ip-info.d.ts.map