UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

15 lines (12 loc) 172 B
'use strict'; /** * @readonly * @enum */ const Playstyle = { NONE: 'NONE', SOLO: 'SOLO', SQUAD: 'SQUAD', TEAM: 'TEAM' }; exports = module.exports = Playstyle;