UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

19 lines (16 loc) 282 B
'use strict'; /** * @readonly * @enum */ const LeagueTier = { CHALLENGER: 'CHALLENGER', MASTER: 'MASTER', DIAMOND: 'DIAMOND', PLATINUM: 'PLATINUM', GOLD: 'GOLD', SILVER: 'SILVER', BRONZE: 'BRONZE', UNRANKED: 'UNRANKED' }; exports = module.exports = LeagueTier;