UNPKG

aipi

Version:

Get info for an IP from any echoip instance

9 lines (8 loc) 141 B
export interface GeoInfo { country: string; region: string; eu: boolean; timezone: string; city: string; ll: [number, number]; }