UNPKG
aipi
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.0
Get info for an IP from any echoip instance
alrico88/aipi
aipi
/
src
/
interfaces
/
GeoInfo.ts
9 lines
(8 loc)
•
141 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
GeoInfo
{
country
:
string
;
region
:
string
;
eu
:
boolean
;
timezone
:
string
;
city
:
string
;
ll
: [
number
,
number
]; }