UNPKG

galeforce-tmp-sea

Version:

A customizable, promise-based, and command-oriented TypeScript library for the Riot Games API.

9 lines 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Game; (function (Game) { Game["VALORANT"] = "val"; Game["LOR"] = "lor"; })(Game || (Game = {})); exports.default = Game; //# sourceMappingURL=games.js.map