UNPKG
utileo
Version:
latest (2.0.1)
2.0.1
2.0.0
1.2.0
1.1.0
1.0.0
0.1.0
0.0.1
JS library with most common utils.
github.com/bharatpe/utileo
bharatpe/utileo
utileo
/
src
/
Geolocation
/
index.ts
4 lines
(3 loc)
•
159 B
text/typescript
View Raw
1
2
3
4
export
{ checkGeolocationPermission }
from
'./Geolocation'
;
export
{ getCurrentLatLong }
from
'./Geolocation'
;
export
{ getGeolocation }
from
'./Geolocation'
;