UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

17 lines (14 loc) 185 B
'use strict'; /** * @readonly * @enum */ const PlayerPosition = { TOP: 1, MID: 2, MIDDLE: 2, JUNGLE: 3, BOT: 4, BOTTOM: 4 }; exports = module.exports = PlayerPosition;