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-C2THJaaU.d.ts
5 lines
•
176 B
TypeScript
View Raw
1
2
3
4
5
//#region src/regions.d.ts
type
StarcraftRegion
=
'cn'
|
'eu'
|
'kr'
|
'tw'
|
'us'
;
//#endregion
export
{
StarcraftRegion
as
t };
//# sourceMappingURL=regions-C2THJaaU.d.ts.map