UNPKG

brawlhalla-api-ts

Version:

TypeScript wrapper for the Brawlhalla API.

11 lines 285 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Weapon = (function () { function Weapon(id, name) { this.id = id; this.name = name; } return Weapon; }()); exports.Weapon = Weapon; //# sourceMappingURL=weapon.js.map