UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

14 lines (10 loc) 268 B
'use strict'; const MatchList = require('./matchlist/match-list.js'); const MatchReference = require('./matchlist/match-reference.js'); /** * @module module:LeagueWrapper/dto/matchlist */ exports = module.exports = { MatchList, MatchReference };