UNPKG
@blizzard-api/sc2
Version:
latest (3.0.1)
3.0.1
3.0.0
2.0.2
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.1.1
0.1.0
A series of helpers to interact with the Starcraft II Blizzard API
Pewtro/blizzard-api
@blizzard-api/sc2
/
dist
/
regions-Dk4G9ABq.js
12 lines
(11 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
//#region src/regions.ts
const
starcraftRegion = {
cn
:
5
,
eu
:
2
,
kr
:
3
,
tw
:
3
,
us
:
1
};
//#endregion
export
{ starcraftRegion
as
t };
//# sourceMappingURL=regions-Dk4G9ABq.js.map