UNPKG

geo-ipify

Version:

> Easily get your public IP address, network details, and internet service provider info.

3 lines (2 loc) 270 B
export declare function getIpAddressAndNetworkInfo(apiKey: string, ipAddress?: string): Promise<import("axios").AxiosResponse<any, any> | "Add an apiKey">; export declare function getIpAddressOnly(ipAddress?: string): Promise<import("axios").AxiosResponse<any, any>>;