UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

16 lines (13 loc) 198 B
'use strict'; /** * @readonly * @enum */ const Role = { DUO: 'DUO', NONE: 'NONE', SOLO: 'SOLO', DUO_CARRY: 'DUO_CARRY', DUO_SUPPORT: 'DUO_SUPPORT' }; exports = module.exports = Role;