UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

21 lines (18 loc) 238 B
'use strict'; /** * @readonly * @enum */ const ShardEnum = { NA: 'na', BR: 'br', LAN: 'lan', LAS: 'las', OCE: 'oce', EUNE: 'eune', TR: 'tr', RU: 'ru', EUW: 'euw', KR: 'kr' }; exports = module.exports = ShardEnum;