league-wrapper
Version:
REST API Wrapper for the League of Legends API
26 lines (23 loc) • 410 B
JavaScript
;
/**
* @readonly
* @enum
*/
const ChampData = {
ALL: 'all',
ALLYTIPY: 'allytips',
ALTIMAGES: 'altimages',
BLURB: 'blurb',
ENEMYTIPS: 'enemytips',
IMAGE: 'image',
INFO: 'info',
LORE: 'lore',
PARTYPE: 'partype',
PASSIVE: 'passive',
RECOMMENDED: 'recommended',
SKINS: 'skins',
SPELLS: 'spells',
STATS: 'stats',
TAGS: 'tags'
};
exports = module.exports = ChampData;