UNPKG
@fabrix/spool-cart
Version:
latest (1.6.13)
1.6.13
1.6.12
1.6.11
1.6.10
1.6.9
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.19
1.5.18
1.5.17
1.5.16
1.5.15
1.5.14
1.5.13
1.5.12
1.5.11
1.5.10
1.5.9
1.5.8
1.5.7
1.5.6
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
Spool - eCommerce Spool for Fabrix
fabrix.app
fabrix-app/spool-cart
@fabrix/spool-cart
/
dist
/
api
/
generics
/
geolocationProvider
/
index.d.ts
10 lines
(9 loc)
•
293 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
Generic
}
from
'@fabrix/spool-generics'
;
export
declare
class
DefaultGeolocationProvider
extends
Generic
{
addressToString
(
address
:
any
):
string
;
locate
(
address
:
any
):
Promise
<{
formatted_address
:
string
;
latitude
:
number
;
longitude
:
number
; }>; }