UNPKG
visitor-segments
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
Hellobar Segments.
github.com/Hello-bar/visitor-segments
Hello-bar/visitor-segments
visitor-segments
/
lib
/
geo
/
ipapiProvider.d.ts
7 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
GeoLocationInfo
,
GeoProviderAdapter
}
from
'../lib/interfaces'
;
export
declare
class
IPApiProvider
implements
GeoProviderAdapter
{
static
key
:
string
|
null
;
get
url
():
string
;
getLocationInfo
():
Promise
<
GeoLocationInfo
>; }
//# sourceMappingURL=ipapiProvider.d.ts.map