UNPKG

clashcrown-wraproyale

Version:

API Wrapper for official ClashRoyale API

12 lines (11 loc) 348 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Rarity = void 0; var Rarity; (function (Rarity) { Rarity["Common"] = "Common"; Rarity["Rare"] = "Rare"; Rarity["Epic"] = "Epic"; Rarity["Legendary"] = "Legendary"; Rarity["Hero"] = "Hero"; })(Rarity = exports.Rarity || (exports.Rarity = {}));