UNPKG

clashcrown-wraproyale

Version:

API Wrapper for official ClashRoyale API

14 lines (13 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HiLo = void 0; /** * The High and Low id which can be converted to a player tag */ class HiLo { constructor(high, low) { this.high = high; this.low = low; } } exports.HiLo = HiLo;