UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

30 lines (27 loc) 556 B
'use strict'; /** * @readonly * @enum */ const RuneData = { ALL: 'all', BASIC: 'basic', COLLOQ: 'colloq', CONSUME_ON_FULL: 'consumeOnFull', CONSUMED: 'consumed', DEPTH: 'depth', FROM: 'from', GOLD: 'gold', HIDE_FROM_ALL: 'hideFromAll', IMAGE: 'image', IN_STORE: 'inStore', INTO: 'into', MAPS: 'queueTypes', REQUIRED_CHAMPION: 'requiredChampion', SANITIZED_DESCRIPTION: 'sanitizedDescription', SPECIAL_RECIPE: 'specialRecipe', STACKS: 'stacks', STATS: 'stats', TAGS: 'tags' }; exports = module.exports = RuneData;