UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

18 lines (15 loc) 276 B
'use strict'; /** * @readonly * @enum */ const MasteryData = { ALL: 'all', IMAGE: 'image', MASTERY_TREE: 'masteryTree', PREREQ: 'prereq', RANKS: 'ranks', SANITIZED_DESCRIPTION: 'sanitizedDescription', TREE: 'tree' }; exports = module.exports = MasteryData;