UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

31 lines (28 loc) 588 B
'use strict'; /** * @readonly * @enum */ const SpellData = { ALL: 'all', COOLDOWN: 'cooldown', COOLDOWN_BURN: 'cooldownBurn', COST: 'cost', COST_BURN: 'costBurn', COST_TYPE: 'costType', EFFECT: 'effect', EFFECT_BURN: 'effectBurn', IMAGE: 'image', KEY: 'apiKey', LEVELTIP: 'leveltip', MAXRANK: 'maxrank', MODES: 'modes', RANGE: 'range', RANGE_BURN: 'rangeBurn', RESOURCE: 'resource', SANITIZED_DESCRIPTION: 'sanitizedDescription', SANITIZED_TOOLTIP: 'sanitizedTooltip', TOOLTIP: 'tooltip', VARS: 'vars' }; exports = module.exports = SpellData;