UNPKG

challonge-ts

Version:
12 lines (11 loc) 938 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TournamentAdapter = exports.ParticipantAdapter = exports.MatchAdapter = exports.MatchAttachmentAdapter = void 0; var matchAttachments_1 = require("./matchAttachments"); Object.defineProperty(exports, "MatchAttachmentAdapter", { enumerable: true, get: function () { return matchAttachments_1.MatchAttachmentAdapter; } }); var matches_1 = require("./matches"); Object.defineProperty(exports, "MatchAdapter", { enumerable: true, get: function () { return matches_1.MatchAdapter; } }); var participants_1 = require("./participants"); Object.defineProperty(exports, "ParticipantAdapter", { enumerable: true, get: function () { return participants_1.ParticipantAdapter; } }); var tournaments_1 = require("./tournaments"); Object.defineProperty(exports, "TournamentAdapter", { enumerable: true, get: function () { return tournaments_1.TournamentAdapter; } });