UNPKG

riot-api-typedef

Version:

Create enums to represent constant values in the documentation.

49 lines 1.26 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Seasons = void 0; var Seasons; (function (Seasons) { Seasons[Seasons["PRESEASON3"] = 0] = "PRESEASON3"; Seasons[Seasons["SEASON3"] = 1] = "SEASON3"; /** * Pre-season 4 */ Seasons[Seasons["PRESEASON2014"] = 2] = "PRESEASON2014"; /** * Season 4 */ Seasons[Seasons["SEASON2014"] = 3] = "SEASON2014"; /** * Pre-season 5 */ Seasons[Seasons["PRESEASON2015"] = 4] = "PRESEASON2015"; /** * Season 5 */ Seasons[Seasons["SEASON2015"] = 5] = "SEASON2015"; /** * Pre-season 6 */ Seasons[Seasons["PRESEASON2016"] = 6] = "PRESEASON2016"; /** * Season 6 */ Seasons[Seasons["SEASON2016"] = 7] = "SEASON2016"; /** * Pre-season 7 */ Seasons[Seasons["PRESEASON2017"] = 8] = "PRESEASON2017"; /** * Season 7 */ Seasons[Seasons["SEASON2017"] = 9] = "SEASON2017"; /** * Pre-season 8 */ Seasons[Seasons["PRESEASON2018"] = 10] = "PRESEASON2018"; /** * Season 8 */ Seasons[Seasons["SEASON2018"] = 11] = "SEASON2018"; })(Seasons = exports.Seasons || (exports.Seasons = {})); //# sourceMappingURL=seasons.js.map