UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

13 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var SimpleClan = (function () { function SimpleClan(data) { this.name = data.clan_name; this.id = data.clan_id; this.xp = +data.clan_xp; this.personalXp = data.personal_xp; } return SimpleClan; }()); exports.SimpleClan = SimpleClan; //# sourceMappingURL=simpleClan.js.map