UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

16 lines (13 loc) 166 B
'use strict'; /** * @readonly * @enum */ const PlayerRole = { DUO: 1, SUPP: 2, SUPPORT: 2, CARRY: 3, SOLO: 4 }; exports = module.exports = PlayerRole;