ip-devicer
Preparing search index...
GeoEnricher
Class GeoEnricher
Index
Constructors
constructor
Methods
close
enrich
enrich
Asn
enrich
City
init
Constructors
constructor
new
GeoEnricher
(
cityDbPath
?:
string
,
asnDbPath
?:
string
)
:
GeoEnricher
Parameters
Optional
cityDbPath
:
string
Optional
asnDbPath
:
string
Returns
GeoEnricher
Methods
close
close
()
:
void
Returns
void
enrich
enrich
(
ip
:
string
)
:
Promise
<
GeoData
>
Parameters
ip
:
string
Returns
Promise
<
GeoData
>
enrich
Asn
enrichAsn
(
ip
:
string
)
:
Promise
<
{
asn
?:
number
;
asnOrg
?:
string
}
>
Parameters
ip
:
string
Returns
Promise
<
{
asn
?:
number
;
asnOrg
?:
string
}
>
enrich
City
enrichCity
(
ip
:
string
)
:
Promise
<
Partial
<
GeoData
>
>
Parameters
ip
:
string
Returns
Promise
<
Partial
<
GeoData
>
>
init
init
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
close
enrich
enrich
Asn
enrich
City
init
ip-devicer
Loading...