UNPKG
@signatu/common-lib
Version:
latest (0.213.0)
0.213.0
0.209.0
0.208.0
0.207.0
0.205.0
0.203.1
0.202.5
0.202.4
0.202.0
0.201.0
0.200.0
0.122.0
0.112.0
0.111.0
0.108.4
0.108.1
0.74.4
0.58.0
0.57.0
0.56.0
0.55.3
0.55.1
0.55.0
0.54.1
0.53.0
0.52.0
0.51.3
0.51.0
0.50.17
0.50.16
0.50.7
0.50.5
0.50.4
0.50.1
0.50.0
0.49.10
0.49.9
0.49.5
0.49.3
0.49.0
0.48.0
0.47.0
0.46.0
0.45.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.39.0
0.38.0
0.37.0
0.36.0
0.35.1
0.35.0
0.34.4
0.34.1
0.34.0
0.33.0
0.32.0
0.31.10
0.31.8
0.31.0
0.30.0
0.29.0
0.28.1
0.28.0
0.26.4
0.25.2
0.24.1
0.24.0
0.22.1
0.20.15
0.20.11
0.20.9
0.20.8
0.20.4
0.20.3
0.17.1
0.17.0
0.16.1
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.8.3
0.8.0
0.6.1
0.6.0
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.19
0.2.18
0.2.17
0.2.16
0.2.15
0.2.14
0.2.13
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.1
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
Common Javascript/Typescript library for Signatu
github.com/signatu/common-lib
signatu/common-lib
@signatu/common-lib
/
dist
/
lib
/
location.d.ts
8 lines
(7 loc)
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Country
,
CountrySpec
}
from
'./country'
;
export
declare
class
Location
extends
Country
{
constructor
(
countryCode
?:
string
);
static
readonly
supportedCountries
:
CountrySpec
[];
readonly
locations
:
Array
<
any
>;
static
fromJSON
(
json
:
string
):
Location
; }