UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

17 lines (14 loc) 198 B
'use strict'; /** * @readonly * @enum */ const Lane = { MID: 'MID', MIDDLE: 'MIDDLE', TOP: 'TOP', JUNGLE: 'JUNGLE', BOT: 'BOT', BOTTOM: 'BOTTOM' }; exports = module.exports = Lane;