UNPKG
@uua/ip2c
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
ip2c plugin for uua
github.com/willin/uua/tree/master/packages/@uua/ip2c
willin/uua
@uua/ip2c
/
dist
/
ip2c.d.ts
7 lines
(6 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
UAACountry
{
code
:
string
;
country
:
string
;
icon
:
string
; }
export
default
function
detectCountry
(
):
Promise
<
UAACountry
>;