UNPKG

weedwick-api

Version:

A helper library to ease the communication with the Riot API

14 lines (13 loc) 551 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DDragonEndpoint = void 0; var DDragonEndpoint; (function (DDragonEndpoint) { DDragonEndpoint["Item"] = "item"; DDragonEndpoint["Summoner"] = "summoner"; DDragonEndpoint["Champion"] = "champion"; DDragonEndpoint["ProfileIcon"] = "profileicon"; DDragonEndpoint["Map"] = "map"; DDragonEndpoint["Language"] = "language"; DDragonEndpoint["Sticker"] = "sticker"; })(DDragonEndpoint = exports.DDragonEndpoint || (exports.DDragonEndpoint = {}));