UNPKG

clashcrown-wraproyale

Version:

API Wrapper for official ClashRoyale API

9 lines (8 loc) 295 B
"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 = {}));