UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

14 lines (11 loc) 178 B
'use strict'; /** * @readonly * @enum */ const MasteryTree = { CUNNING: 'Cunning', FEROCITY: 'Ferocity', RESOLVE: 'Resolve' }; exports = module.exports = MasteryTree;