UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

14 lines (11 loc) 200 B
'use strict'; /** * @readonly * @enum */ const GameType = { CUSTOM_GAME: 'CUSTOM_GAME', TUTORIAL_GAME: 'TUTORIAL_GAME', MATCHED_GAME: 'MATCHED_GAME' }; exports = module.exports = GameType;