UNPKG
clashcrown-wraproyale
Version:
latest (1.0.1)
1.0.1
1.0.0
API Wrapper for official ClashRoyale API
github.com/JuanQuenga/wraproyale
JuanQuenga/wraproyale
clashcrown-wraproyale
/
dist
/
types
/
locations
/
RankingType.js
9 lines
(8 loc)
•
295 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
RankingType
=
void
0
;
var
RankingType
; (
function
(
RankingType
) {
RankingType
[
"Clans"
] =
"clans"
;
RankingType
[
"Players"
] =
"players"
; })(
RankingType
=
exports
.
RankingType
|| (
exports
.
RankingType
= {}));