UNPKG
trc-client-core
Version:
latest (0.0.3)
0.0.3
The core of the TRC Client
github.com/blueflag/trc-client-core
blueflag/trc-client-core
trc-client-core
/
src
/
constants
/
Region.js
8 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
ALL_REGIONS
=
'ALL_REGIONS'
;
export
const
CRO
=
'CRO'
;
export
const
ERO
=
'ERO'
;
export
const
NRO
=
'NRO'
;
export
const
SRO
=
'SRO'
;
export
const
WA
=
'WA'
;