UNPKG

zhonya

Version:

A simple and typed League of Legends API wrapper for Node.js

10 lines 670 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SummonerAPI = exports.FreeWeekAPI = exports.ChampionAPI = void 0; var champion_1 = require("./champion"); Object.defineProperty(exports, "ChampionAPI", { enumerable: true, get: function () { return champion_1.ChampionAPI; } }); var freeWeek_1 = require("./freeWeek"); Object.defineProperty(exports, "FreeWeekAPI", { enumerable: true, get: function () { return freeWeek_1.FreeWeekAPI; } }); var summoner_1 = require("./summoner"); Object.defineProperty(exports, "SummonerAPI", { enumerable: true, get: function () { return summoner_1.SummonerAPI; } }); //# sourceMappingURL=index.js.map